Skip to content

Commit

Permalink
Fix CMAKE_DO_NOT_EDIT_HEADER_PREFIX grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
NickGuyver authored Oct 10, 2024
1 parent 05dc290 commit 44e51ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/cmakeUtil.mts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { buildCMakeIncPath } from "./download.mjs";

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

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

0 comments on commit 44e51ca

Please sign in to comment.