Home
last modified time | relevance | path

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

/llvm-project/mlir/utils/vscode/src/
H A DmlirContext.ts192 const [server, serverPath] = await this.startLanguageClient( global() constant
218 var serverPath = global() variable
364 const serverPath = config.get<string>(serverSettingName, workspaceFolder); global() constant
[all...]
H A DconfigWatcher.ts68 for (const serverPath of serverPaths) { constant