Skip to content

Commit

Permalink
Update devcontainer files.
Browse files Browse the repository at this point in the history
  • Loading branch information
GGG-KILLER committed Jun 25, 2023
1 parent b671c82 commit 95a74f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
"vscode": {
"extensions": [
"EditorConfig.EditorConfig",
"github.vscode-github-actions",
"ms-dotnettools.csdevkit",
"ms-dotnettools.csharp",
"ms-dotnettools.vscodeintellicode-csharp",
"ms-dotnettools.vscode-dotnet-runtime",
"ms-dotnettools.vscodeintellicode-csharp",
"valentjn.vscode-ltex",
"VisualStudioExptTeam.vscodeintellicode"
]
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/install-dotnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -xeuo

INSTALL_SCRIPT=/tmp/dotnet-install.sh
INSTALL_PATH=/usr/local/dotnet/current
INSTALL_SCRIPT_HASH="3d5a87bc29fb96e8dac8c2f88d95ff619c3a921903b4c9ff720e07ca0906d55e $INSTALL_SCRIPT"
INSTALL_SCRIPT_HASH="5840ce64f4186ccc4dac0c0fd8703acd0d387091ce48f310fef758e5f84d7a7f $INSTALL_SCRIPT"

apt-get update -y
apt-get -y install --no-install-recommends wget ca-certificates icu-devtools
Expand Down

0 comments on commit 95a74f1

Please sign in to comment.