Skip to content

Commit

Permalink
Use codespace on generation branch (Azure#25662)
Browse files Browse the repository at this point in the history
  • Loading branch information
isra-fel authored Jul 28, 2024
1 parent 7ce4866 commit e1d8758
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .azure-pipelines/sync-tools-folder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ trigger:
paths:
include:
- .azure-pipelines
- .devcontainer
- tools
- src/lib
- .ci-config.json
Expand Down
14 changes: 7 additions & 7 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
}
},

// Set *default* container specific settings.json values on container create.
"settings": {},

// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"ms-dotnettools.csharp"
],
"customizations": {
"vscode": {
"extensions": [
"ms-dotnettools.csharp"
]
}
},

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

0 comments on commit e1d8758

Please sign in to comment.