Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/utils/vscode/src/
H A DmlirContext.ts309 async resolvePath(filePath: string, defaultPath: string,
320 if (defaultPath === '') {
323 filePath = defaultPath;
351 const defaultPath = MLIRContext.getDefaultServerFilename(serverSettingName); constant
352 return this.resolvePath(serverPath, defaultPath, workspaceFolder);