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 7578ecf commit ef3ec12Copy full SHA for ef3ec12
src/extension.mts
@@ -208,9 +208,6 @@ export async function activate(context: ExtensionContext): Promise<void> {
208
// check if it has .vscode folder and cmake donotedit header in CMakelists.txt
209
if (
210
!existsSync(join(workspaceFolder.uri.fsPath, ".vscode")) ||
211
- !readFileSync(cmakeListsFilePath)
212
- .toString("utf-8")
213
- .includes(CMAKE_DO_NOT_EDIT_HEADER_PREFIX)
214
!(
215
readFileSync(cmakeListsFilePath)
216
.toString("utf-8")
0 commit comments