Skip to content

Commit e1d8758

Browse files
authored
Use codespace on generation branch (#25662)
1 parent 7ce4866 commit e1d8758

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.azure-pipelines/sync-tools-folder.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ trigger:
1111
paths:
1212
include:
1313
- .azure-pipelines
14+
- .devcontainer
1415
- tools
1516
- src/lib
1617
- .ci-config.json

.devcontainer/devcontainer.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
}
1414
},
1515

16-
// Set *default* container specific settings.json values on container create.
17-
"settings": {},
18-
19-
// Add the IDs of extensions you want installed when the container is created.
20-
"extensions": [
21-
"ms-dotnettools.csharp"
22-
],
16+
"customizations": {
17+
"vscode": {
18+
"extensions": [
19+
"ms-dotnettools.csharp"
20+
]
21+
}
22+
},
2323

2424
// Use 'forwardPorts' to make a list of ports inside the container available locally.
2525
// "forwardPorts": [5000, 5001],

0 commit comments

Comments
 (0)