Skip to content

Commit 2fcc14a

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/npm-aeabb73da0
2 parents 9680049 + 5014767 commit 2fcc14a

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"features": {
3-
"ghcr.io/devcontainers/features/desktop-lite:1.2.8": {
4-
"version": "1.2.8",
5-
"resolved": "ghcr.io/devcontainers/features/desktop-lite@sha256:14ac23fd59afab939e6562ba6a1f42a659a805e4c574a1be23b06f28eb3b0b71",
6-
"integrity": "sha256:14ac23fd59afab939e6562ba6a1f42a659a805e4c574a1be23b06f28eb3b0b71"
3+
"ghcr.io/devcontainers/features/desktop-lite:1.2.9": {
4+
"version": "1.2.9",
5+
"resolved": "ghcr.io/devcontainers/features/desktop-lite@sha256:d8649bc8ca8e50a52fbee29d281739ea05dc1022905b185434d6bbe9afc8f221",
6+
"integrity": "sha256:d8649bc8ca8e50a52fbee29d281739ea05dc1022905b185434d6bbe9afc8f221"
77
},
88
"ghcr.io/devcontainers/features/github-cli:1.1.0": {
99
"version": "1.1.0",
@@ -16,4 +16,4 @@
1616
"integrity": "sha256:8c0de46939b61958041700ee89e3493f3b2e4131a06dc46b4d9423427d06e5f6"
1717
}
1818
}
19-
}
19+
}

.devcontainer/cpp/devcontainer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"NODE_EXTRA_CA_CERTS": "/etc/ssl/certs/ca-certificates.crt"
1616
},
1717
"features": {
18-
"ghcr.io/devcontainers/features/desktop-lite:1.2.8": {},
18+
"ghcr.io/devcontainers/features/desktop-lite:1.2.9": {},
1919
"ghcr.io/devcontainers/features/github-cli:1.1.0": {},
2020
"ghcr.io/devcontainers/features/node:1.7.1": {}
2121
},
@@ -37,15 +37,15 @@
3737
"alexkrechik.cucumberautocomplete@3.1.0",
3838
"github.copilot@1.388.0",
3939
"github.vscode-github-actions@0.31.3",
40-
"github.vscode-pull-request-github@0.134.0",
40+
"github.vscode-pull-request-github@0.136.0",
4141
"jetmartin.bats@0.1.10",
4242
"kherring.bats-test-runner@0.1.3",
4343
"mhutchie.git-graph@1.30.0",
4444
"ms-azuretools.vscode-docker@2.0.0",
4545
"ms-playwright.playwright@1.1.17",
46-
"ms-vscode.cmake-tools@1.22.28",
46+
"ms-vscode.cmake-tools@1.23.51",
4747
"ms-vscode.cpptools@1.31.4",
48-
"sonarsource.sonarlint-vscode@5.0.0",
48+
"sonarsource.sonarlint-vscode@5.1.0",
4949
"usernamehw.errorlens@3.28.0"
5050
]
5151
}

.devcontainer/rust/devcontainer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"extensions": [
2121
"github.copilot@1.388.0",
2222
"github.vscode-github-actions@0.31.3",
23-
"github.vscode-pull-request-github@0.134.0",
23+
"github.vscode-pull-request-github@0.136.0",
2424
"jetmartin.bats@0.1.10",
2525
"kherring.bats-test-runner@0.1.3",
2626
"mhutchie.git-graph@1.30.0",
2727
"ms-azuretools.vscode-docker@2.0.0",
28-
"rust-lang.rust-analyzer@0.3.2854",
29-
"sonarsource.sonarlint-vscode@5.0.0",
28+
"rust-lang.rust-analyzer@0.3.2862",
29+
"sonarsource.sonarlint-vscode@5.1.0",
3030
"tamasfe.even-better-toml@0.21.2",
3131
"usernamehw.errorlens@3.28.0"
3232
]

0 commit comments

Comments
 (0)