Skip to content

Commit 79ae308

Browse files
authored
Merge branch 'main' into feature/amp-devcontainer-rust/update-vscode-extensions-devcontainer-metadata.json
2 parents 9b72a80 + bff578e commit 79ae308

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.devcontainer/cpp/devcontainer-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"ms-vscode.cmake-tools@1.21.36",
1212
"ms-vscode.cpptools@1.28.3",
1313
"ms-vsliveshare.vsliveshare@1.0.5959",
14-
"sonarsource.sonarlint-vscode@4.33.0"
14+
"sonarsource.sonarlint-vscode@4.34.0"
1515
],
1616
"settings": {
1717
"C_Cpp.intelliSenseEngine": "disabled",

.devcontainer/rust/devcontainer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"extensions": [
1717
"github.copilot@1.388.0",
1818
"github.vscode-github-actions@0.28.0",
19-
"github.vscode-pull-request-github@0.120.1",
19+
"github.vscode-pull-request-github@0.120.2",
2020
"jetmartin.bats@0.1.10",
2121
"kherring.bats-test-runner@0.1.3",
2222
"mhutchie.git-graph@1.30.0",
2323
"ms-azuretools.vscode-docker@2.0.0",
24-
"rust-lang.rust-analyzer@0.3.2593",
25-
"sonarsource.sonarlint-vscode@4.33.0",
24+
"rust-lang.rust-analyzer@0.3.2660",
25+
"sonarsource.sonarlint-vscode@4.34.0",
2626
"tamasfe.even-better-toml@0.21.2",
2727
"usernamehw.errorlens@3.26.0"
2828
]

0 commit comments

Comments
 (0)