Skip to content

Commit 44e51ca

Browse files
authored
Fix CMAKE_DO_NOT_EDIT_HEADER_PREFIX grammar
1 parent 05dc290 commit 44e51ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/cmakeUtil.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { buildCMakeIncPath } from "./download.mjs";
1515

1616
export const CMAKE_DO_NOT_EDIT_HEADER_PREFIX =
1717
// eslint-disable-next-line max-len
18-
"== DO NEVER EDIT THE NEXT LINES for Raspberry Pi Pico VS Code Extension to work ==";
18+
"== DO NOT EDIT THE FOLLOWING LINES for the Raspberry Pi Pico VS Code Extension to work ==";
1919

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

0 commit comments

Comments
 (0)