Skip to content

Commit db2b0b7

Browse files
committed
try fix global path
1 parent a7d2fb5 commit db2b0b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/configRenames.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,14 @@ export class ConfigurationManager {
100100
* Get language server executable path
101101
*/
102102
getExecutablePath(): string | undefined {
103-
return this.get<string>('ls.executablePath');
103+
return this.get<string>('misc.executablePath');
104104
}
105105

106106
/**
107107
* Get language server global config path
108108
*/
109109
getGlobalConfigPath(): string | undefined {
110-
return this.get<string>('ls.globalConfigPath');
110+
return this.get<string>('misc.globalConfigPath');
111111
}
112112

113113
/**

0 commit comments

Comments
 (0)