-
Notifications
You must be signed in to change notification settings - Fork 24
How do I edit the command that is run at build? #183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The tasks are in Edit: The udev rules are mentioned in the readme https://github.com/raspberrypi/pico-vscode?tab=readme-ov-file#linux |
Tried to add the udev rule, did not work, likely did something wrong, so I tried with sudo instead "label": "Run Project",
"type": "process",
"command": "sudo ${env:HOME}/.pico-sdk/picotool/2.1.1/picotool/picotool",
"args": [
"load",
"${command:raspberry-pi-pico.launchTargetPath}",
"-fx"
] Yet I am getting this error:
Even though the folder and the file both exist |
Yes, you'll probably need to make it a Also, if the udev rule is not working, try renaming it to Closing this, as we don't plan on doing anything to automatically fix this on Linux, beyond linking to the udev rules |
On a fresh project on Nobara Linux, I tried to run the example through USB with SPI and I2C code but I am getting this output:
Where can I add sudo, there's a lot of config files, not sure which one contains this. I am just a little overwhelmed.
The text was updated successfully, but these errors were encountered: