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 1e9f001 commit 80cf850Copy full SHA for 80cf850
src/utils/cmakeUtil.mts
@@ -17,7 +17,8 @@ export const CMAKE_DO_NOT_EDIT_HEADER_PREFIX =
17
// eslint-disable-next-line max-len
18
"== DO NOT EDIT THE FOLLOWING LINES for the Raspberry Pi Pico VS Code Extension to work ==";
19
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 ==";
+// eslint-disable-next-line max-len
21
+ "== DO NEVER EDIT THE NEXT LINES for Raspberry Pi Pico VS Code Extension to work ==";
22
23
export async function getPythonPath(): Promise<string> {
24
const settings = Settings.getInstance();
0 commit comments