Skip to content

Commit 80cf850

Browse files
Update src/utils/cmakeUtil.mts
Co-authored-by: will-v-pi <[email protected]>
1 parent 1e9f001 commit 80cf850

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/utils/cmakeUtil.mts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ export const CMAKE_DO_NOT_EDIT_HEADER_PREFIX =
1717
// eslint-disable-next-line max-len
1818
"== DO NOT EDIT THE FOLLOWING LINES for the Raspberry Pi Pico VS Code Extension to work ==";
1919
export const CMAKE_DO_NOT_EDIT_HEADER_PREFIX_OLD =
20-
"== DO NEVER EDIT THE NEXT LINES for the Raspberry Pi Pico VS Code Extension to work ==";
20+
// eslint-disable-next-line max-len
21+
"== DO NEVER EDIT THE NEXT LINES for Raspberry Pi Pico VS Code Extension to work ==";
2122

2223
export async function getPythonPath(): Promise<string> {
2324
const settings = Settings.getInstance();

0 commit comments

Comments
 (0)