Home
last modified time | relevance | path

Searched refs:serverPath (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/utils/vscode/src/
H A DmlirContext.ts178 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
[all …]
H A DconfigWatcher.ts68 for (const serverPath of serverPaths) { constant
69 if (serverPath === '') {
74 const fileWatcher = chokidar.watch(serverPath, fileWatcherConfig);