Skip to content

Commit bd9d2eb

Browse files
chore(deps, cpp): update github.copilot, github.vscode-github-actions, github.vscode-pull-request-github, ms-azuretools.vscode-docker, ms-playwright.playwright, ms-vscode.cmake-tools, ms-vscode.cpptools, sonarsource.sonarlint-vscode, usernamehw.errorlens in devcontainer.json (#905)
1 parent 842c9ec commit bd9d2eb

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

.devcontainer/cpp/devcontainer.json

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"dockerfile": "Dockerfile",
44
"context": "../.."
55
},
6-
"forwardPorts": [6080],
6+
"forwardPorts": [
7+
6080
8+
],
79
"remoteEnv": {
810
"CONTAINER_FLAVOR": "cpp",
911
"NODE_EXTRA_CA_CERTS": "/usr/local/share/ca-certificates/Cisco_Umbrella_Root_CA.crt"
@@ -17,7 +19,9 @@
1719
"customizations": {
1820
"vscode": {
1921
"settings": {
20-
"cucumberautocomplete.steps": ["test/cpp/features/steps/*.steps.ts"],
22+
"cucumberautocomplete.steps": [
23+
"test/cpp/features/steps/*.steps.ts"
24+
],
2125
"cucumberautocomplete.strictGherkinCompletion": false,
2226
"cucumberautocomplete.strictGherkinValidation": false,
2327
"cucumberautocomplete.smartSnippets": true,
@@ -27,18 +31,18 @@
2731
},
2832
"extensions": [
2933
30-
"github.copilot@1.277.0",
31-
32-
"github.vscode-pull-request-github@0.106.0",
34+
"github.copilot@1.364.0",
35+
36+
"github.vscode-pull-request-github@0.116.2",
3337
3438
3539
36-
"ms-azuretools.vscode-docker@1.29.1",
37-
38-
"ms-vscode.cmake-tools@1.20.53",
39-
"ms-vscode.cpptools@1.23.6",
40-
"sonarsource.sonarlint-vscode@4.17.0",
41-
"usernamehw.errorlens@3.24.0"
40+
"ms-azuretools.vscode-docker@2.0.0",
41+
42+
"ms-vscode.cmake-tools@1.21.36",
43+
"ms-vscode.cpptools@1.26.3",
44+
"sonarsource.sonarlint-vscode@4.29.0",
45+
"usernamehw.errorlens@3.26.0"
4246
]
4347
}
4448
}

0 commit comments

Comments
 (0)