Skip to content

Commit 5c8d8a8

Browse files
authored
Merge pull request #11 from Azure-Samples/seesharprun-patch-1
Update devcontainer.json
2 parents 15f90ee + e8a94ce commit 5c8d8a8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@
88
"customizations": {
99
"vscode": {
1010
"extensions": [
11+
"ms-azuretools.azure-dev",
12+
"ms-azuretools.vscode-cosmosdb",
1113
"rust-lang.rust-analyzer"
1214
]
1315
}
1416
}
15-
}
17+
}

.vscode/extensions.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"recommendations": [
3+
"ms-azuretools.vscode-cosmosdb"
4+
]
5+
}

0 commit comments

Comments
 (0)