Skip to content

Commit

Permalink
ms-azuretools.vscode-azure-github-copilot
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmordasiewicz committed Feb 15, 2025
1 parent 393c095 commit 4c703d4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions src/devcontainer/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
"customizations": {
"vscode": {
"settings": {
"dotnetAcquisitionExtension.existingDotnetPath": [
{
"extensionId": "MS-CST-E.vscode-devskim",
"path": "/usr/share/dotnet/dotnet"
},
{
"extensionId": "ms-azuretools.vscode-azure-github-copilot",
"path": "/usr/share/dotnet/dotnet"
}
],
"dotnetAcquisitionExtension.sharedExistingDotnetPath": "/usr/share/dotnet/dotnet",
"terminal.integrated.defaultProfile.linux": "zsh",
"terminal.integrated.profiles.linux": {
Expand Down
2 changes: 1 addition & 1 deletion src/devcontainer/devcontainer-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"linux/amd64",
"linux/arm64"
],
"version": "0.3.29"
"version": "0.3.30"
}

0 comments on commit 4c703d4

Please sign in to comment.