Home
last modified time | relevance | path

Searched defs: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
204 var serverPath = variable
350 const serverPath = config.get<string>(serverSettingName, workspaceFolder); constant
H A DconfigWatcher.ts68 for (const serverPath of serverPaths) { constant