|
3 | 3 | "dockerfile": "Dockerfile", |
4 | 4 | "context": "../.." |
5 | 5 | }, |
6 | | - "forwardPorts": [6080], |
| 6 | + "forwardPorts": [ |
| 7 | + 6080 |
| 8 | + ], |
7 | 9 | "remoteEnv": { |
8 | 10 | "CONTAINER_FLAVOR": "cpp", |
9 | 11 | "NODE_EXTRA_CA_CERTS": "/usr/local/share/ca-certificates/Cisco_Umbrella_Root_CA.crt" |
|
17 | 19 | "customizations": { |
18 | 20 | "vscode": { |
19 | 21 | "settings": { |
20 | | - "cucumberautocomplete.steps": ["test/cpp/features/steps/*.steps.ts"], |
| 22 | + "cucumberautocomplete.steps": [ |
| 23 | + "test/cpp/features/steps/*.steps.ts" |
| 24 | + ], |
21 | 25 | "cucumberautocomplete.strictGherkinCompletion": false, |
22 | 26 | "cucumberautocomplete.strictGherkinValidation": false, |
23 | 27 | "cucumberautocomplete.smartSnippets": true, |
|
27 | 31 | }, |
28 | 32 | "extensions": [ |
29 | 33 | |
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", |
33 | 37 | |
34 | 38 | |
35 | 39 | |
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" |
42 | 46 | ] |
43 | 47 | } |
44 | 48 | } |
|
0 commit comments