Lines Matching refs:serverPath
178 const [server, serverPath] = await this.startLanguageClient( constant
182 filepathsToWatch.push(serverPath);
204 var serverPath = variable
209 if (serverPath === '') {
210 return [ null, serverPath ];
214 if (!fs.existsSync(serverPath)) {
227 return [ null, serverPath ];
232 command : serverPath,
285 return [ languageClient, serverPath ];
350 const serverPath = config.get<string>(serverSettingName, workspaceFolder); constant
352 return this.resolvePath(serverPath, defaultPath, workspaceFolder);