Skip to content

Commit

Permalink
chore(deps): update all VS Code Extension versions in cpp and rust de…
Browse files Browse the repository at this point in the history
…vcontainer.json files (#483)

* chore: update vscode extensions

* chore: update all instances of sonarlint to v4.7.0
  • Loading branch information
rjaegers authored Jul 4, 2024
1 parent 04a9510 commit 11c4574
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/cpp/devcontainer-metadata-vscode.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"[email protected]",
"[email protected]",
"[email protected]",
"SonarSource[email protected]",
"sonarsource[email protected]",
"[email protected]"
],
"settings": {
Expand Down
21 changes: 13 additions & 8 deletions .devcontainer/cpp/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,22 @@
],
"customizations": {
"vscode": {
"settings": {
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true
},
"extensions": [
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"matepek.vscode-catch2-test-adapter@4.6.3",
"matepek.vscode-catch2-test-adapter@4.12.0",
"[email protected]",
"[email protected].0",
"ms-vscode.cmake-tools@1.16.32",
"ms-vscode.cpptools@1.18.5",
"SonarSource.sonarlint-vscode@4.1.0",
"usernamehw.errorlens@3.16.0"
"[email protected].1",
"ms-vscode.cmake-tools@1.18.42",
"ms-vscode.cpptools@1.20.5",
"sonarsource.sonarlint-vscode@4.7.0",
"usernamehw.errorlens@3.20.0"
]
}
}
Expand Down
18 changes: 12 additions & 6 deletions .devcontainer/rust/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,21 @@
],
"customizations": {
"vscode": {
"settings": {
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true
},
"extensions": [
"[email protected]",
"GitHub[email protected].2",
"GitHub.vscode-pull-request-github@0.76.1",
"[email protected]",
"github[email protected].3",
"github.vscode-pull-request-github@0.90.0",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]"
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]"
]
}
}
Expand Down

0 comments on commit 11c4574

Please sign in to comment.