Skip to content

Commit

Permalink
Use a less verbose label, add C to languages
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed May 22, 2024
1 parent d2c8336 commit 3bddbbb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
// Enable prettier format on save
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.formatOnPaste": false
"editor.formatOnPaste": false,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
}
}
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,10 @@
"debuggers": [
{
"type": "probe-rs-debug",
"label": "Debug adapter on top of probe-rs",
"label": "probe-rs Debugger",
"languages": [
"rust"
"rust",
"c"
],
"configurationAttributes": {
"launch": {
Expand Down

0 comments on commit 3bddbbb

Please sign in to comment.