Add Codespaces for source build investigations (#15285)

This commit is contained in:
Přemek Vysoký 2023-01-19 09:57:51 +01:00 committed by GitHub
commit f71904833c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 98 additions and 4 deletions

View file

@ -9,8 +9,7 @@
"customizations": {
"vscode": {
"extensions": [
"ms-dotnettools.csharp",
"eamodio.gitlens"
"ms-dotnettools.csharp"
]
}
}

View file

@ -9,8 +9,7 @@
"customizations": {
"vscode": {
"extensions": [
"ms-dotnettools.csharp",
"eamodio.gitlens"
"ms-dotnettools.csharp"
]
}
},