Searched refs:configsToWatch (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/mlir/utils/vscode/src/ |
| H A D | mlirContext.ts | 97 configsToWatch: string[], pathsToWatch: string[], 118 configsToWatch.push(`${languageName}_compilation_databases`); 133 configsToWatch: string[], 137 'pdll', workspaceFolder, configsToWatch, pathsToWatch, 146 configsToWatch: string[], 150 'tablegen', workspaceFolder, configsToWatch, pathsToWatch, 162 let configsToWatch: string[] = []; variable 168 await this.preparePDLLServerOptions(workspaceFolder, configsToWatch, 172 await this.prepareTableGenServerOptions(workspaceFolder, configsToWatch, 181 configsToWatch.push(serverSettingName); [all …]
|