Skip to content

Commit ef3ec12

Browse files
authored
Update extension.mts
forgot deletion of old
1 parent 7578ecf commit ef3ec12

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/extension.mts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,6 @@ export async function activate(context: ExtensionContext): Promise<void> {
208208
// check if it has .vscode folder and cmake donotedit header in CMakelists.txt
209209
if (
210210
!existsSync(join(workspaceFolder.uri.fsPath, ".vscode")) ||
211-
!readFileSync(cmakeListsFilePath)
212-
.toString("utf-8")
213-
.includes(CMAKE_DO_NOT_EDIT_HEADER_PREFIX)
214211
!(
215212
readFileSync(cmakeListsFilePath)
216213
.toString("utf-8")

0 commit comments

Comments
 (0)