Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/utils/vscode/src/
H A DmlirContext.ts56 workspaceFolder ? workspaceFolder.uri.toString() : "";
106 if (workspaceFolder) {
107 databases.push(workspaceFolder.uri.fsPath +
137 'pdll', workspaceFolder, configsToWatch, pathsToWatch,
239 if (workspaceFolder) {
241 selectorPattern = `${workspaceFolder.uri.fsPath}/**/*`;
252 if (!workspaceFolder) {
274 workspaceFolder : workspaceFolder,
330 if (workspaceFolder) {
359 getLanguageClient(workspaceFolder: vscode.WorkspaceFolder,
[all …]
H A Dconfig.ts7 workspaceFolder: vscode.WorkspaceFolder = null,
9 return vscode.workspace.getConfiguration('mlir', workspaceFolder)
H A DconfigWatcher.ts45 mlirContext: MLIRContext, workspaceFolder: vscode.WorkspaceFolder,
52 if (event.affectsConfiguration(expandedSetting, workspaceFolder)) {
/llvm-project-15.0.7/mlir/utils/vscode/src/PDLL/commands/
H A DviewOutput.ts31 const workspaceFolder = constant
33 const pdllClient = this.context.getLanguageClient(workspaceFolder, "pdll");