Have "rust: cargo build" task work on global level (Not just for workspace) #18425
trymeouteh
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was able to create this debug launch config for my workspace by adding this config in
.vscode/launch.json
And it works!
However I want to use the same debug launch config everywhere. I added this config in the global
settings.json
file and when I run the Rust debug config, I get the following popup errorPlease add this task and perhaps other tasks to allow this simple debug config to work globally.
Beta Was this translation helpful? Give feedback.
All reactions