Replies: 2 comments 7 replies
-
I agree with you. May be it should only trigger the first time your click something in the debug panel. |
Beta Was this translation helpful? Give feedback.
0 replies
-
If you now update the extension, you will see the following on workspaces without a You'd then have to manually click "Activate", then a |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
When you create a new rust project and you have the firedbg extension active, it automatically create a firedbg folder with target.json and version.toml
Problem is, it might not be something I want in every project or every time I create a new one. Only when I need and want it.
I suppose, if there were an option, if you (the dev) prefer to leave it as default (the way it is), to disable that and only trigger if you open the FireDBG extension (side tab?) and choose to activate it, then it would generate the files.
It would be similar in how the debug from vscode works when you dont have the debugger yet configured for that project. You choose to configure, and a launch.json is generated in the project.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions