We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29f7b4 commit 4c44b11Copy full SHA for 4c44b11
src/EIDEProjectExplorer.ts
@@ -4962,6 +4962,9 @@ export class ProjectExplorer implements CustomConfigurationProvider {
4962
`${AbstractProject.EIDE_DIR}${File.sep}*.dat`,
4963
];
4964
4965
+ if (SettingManager.instance().isEnableClangdConfigGenerator())
4966
+ defExcludeList.push('.clangd');
4967
+
4968
// if this is a project, prehandle it
4969
let prj: AbstractProject | undefined;
4970
if (prjItem && isWorkspace == undefined) {
0 commit comments