Searched refs:serverPath (Results 1 – 2 of 2) sorted by relevance
178 const [server, serverPath] = await this.startLanguageClient( constant182 filepathsToWatch.push(serverPath);204 var serverPath = variable209 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[all …]
68 for (const serverPath of serverPaths) { constant69 if (serverPath === '') {74 const fileWatcher = chokidar.watch(serverPath, fileWatcherConfig);