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 42d3dcc commit 93a1221Copy full SHA for 93a1221
src/webview/newMicroPythonProjectPanel.mts
@@ -293,8 +293,7 @@ export class NewMicroPythonProjectPanel {
293
try {
294
await workspace.fs.createDirectory(Uri.file(projectFolder));
295
// also create a blink.py in it with a import machine
296
- const blinkPyCode = `# Only works on Raspberry Pi Pico not the W models
297
-from machine import Pin
+ const blinkPyCode = `from machine import Pin
298
from utime import sleep
299
300
pin = Pin("LED", Pin.OUT)
0 commit comments