Skip to content

Commit

Permalink
Merge branch 'Azure:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
MaryGao authored Jun 8, 2023
2 parents c82a5dd + 289166d commit 1c3196e
Show file tree
Hide file tree
Showing 56,072 changed files with 3,486,412 additions and 2,576,346 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
14 changes: 13 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,20 @@
"MS-vsliveshare.vsliveshare",
"VisualStudioExptTeam.vscodeintellicode"
],
"postCreateCommand": "npm install -g @microsoft/rush" // This both overrides Oryx build which will run npm install and create a phantom node_modules directory and ensures that rush is available for use.
"postCreateCommand": "npm install -g @microsoft/rush", // This both overrides Oryx build which will run npm install and create a phantom node_modules directory and ensures that rush is available for use.

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

"customizations": {
"codespaces": {
"repositories": {
"Azure/azure-sdk-assets": {
"permissions": {
"contents": "write"
}
}
}
}
}
}
Loading

0 comments on commit 1c3196e

Please sign in to comment.