-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Improve .vscode
extensions, tasks, and configuration
#8511
Conversation
}, | ||
"[c]": { | ||
"editor.defaultFormatter": "xaver.clang-format" | ||
}, | ||
"files.associations": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if youre fixing this file, i think almost everything in files.associations
is useless and should be removed if not needed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see above comments
also, in my opinion, adding more things to similar feelings to the recommended extensions but to a lesser extent. LLDB is not needed on Windows as we don't use it there. this would lead to installing random extensions without reason (extensions add up and hurt development machine performance, but it's probably fine for this) |
92dd05e
to
1b8263c
Compare
What does this PR do?
launch.json
, including:--inspect
that auto-opens the inspector in the browserextensions.json
and added more recommended extensionstasks.json
for building Bun