1 parent a7d2fb5 commit db2b0b7Copy full SHA for db2b0b7
1 file changed
src/configRenames.ts
@@ -100,14 +100,14 @@ export class ConfigurationManager {
100
* Get language server executable path
101
*/
102
getExecutablePath(): string | undefined {
103
- return this.get<string>('ls.executablePath');
+ return this.get<string>('misc.executablePath');
104
}
105
106
/**
107
* Get language server global config path
108
109
getGlobalConfigPath(): string | undefined {
110
- return this.get<string>('ls.globalConfigPath');
+ return this.get<string>('misc.globalConfigPath');
111
112
113
0 commit comments