Skip to content
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

VSCode setup as an option for non devcontainer setup #97

Open
Vollbrecht opened this issue Apr 7, 2023 · 2 comments
Open

VSCode setup as an option for non devcontainer setup #97

Vollbrecht opened this issue Apr 7, 2023 · 2 comments

Comments

@Vollbrecht
Copy link
Collaborator

Many people like vscode, many dont. I personally would like an option to include some vscode setup like in the container base, mainly for the debugging options.
Setup debugging is hard and we should make it as simple as possible for people.
Though in light of not overbloading #95 the generating process what you guys think?

@SergioGasquez
Copy link
Member

Not a full solution, but since we are adding a Wokwi standalone prompt that adds support for Wokwi Vs Code extension, it will include a .vscode/launch.json with the required settings to debug

@Vollbrecht
Copy link
Collaborator Author

one potential problem, depending on what debugging extension we are using, it need to be installed by the user. So using cppdbg would need the microsoft C/C++ extension, using corged-m-debug would Cortex-Debug extension etc. And iirc VSCode is not smart enough to figoure it out. Have to look into it though, maybe we can find something. We dont have this problem in the container where we can setup the vscode extension by ourself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants