Skip to content

Commit fc26a5c

Browse files
committed
Support latest MicroPico changes
Signed-off-by: paulober <[email protected]>
1 parent b79edee commit fc26a5c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ For comprehensive setup instructions, refer to the [Getting Started guide](https
2121
- **Automatic CMake Configuration**: Automatically configures CMake when loading a project.
2222
- **Version Switching**: Seamlessly switch between different versions of the Pico SDK and tools.
2323
- **No Manual Setup Required**: Automatically handles environment variables, toolchain, SDK, and tool management.
24+
- **Includes an Uninstaller**: Easily remove the extension along with all automatically installed tools and SDKs.
2425

2526
### Build, Debug, and Documentation
2627

src/webview/newMicroPythonProjectPanel.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ print("Finished.")\r\n`;
340340
return;
341341
}
342342

343-
commands.executeCommand("micropico.initialise", python3Path, projectFolder);
343+
commands.executeCommand("micropico.initialise", projectFolder, python3Path);
344344
progress.report({
345345
message: "Project initialized",
346346
increment: 90,

0 commit comments

Comments
 (0)