Skip to content

Commit b6b2c06

Browse files
committed
Force copilot to be installed to prevent corrupted state resulting in tikTokenizerWorker.js error
1 parent 8cab41f commit b6b2c06

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"shutdownAction": "none",
4040

4141
// Uncomment the next line to run commands after the container is created.
42-
// "postCreateCommand": "",
42+
"postCreateCommand": "code --install-extension GitHub.copilot-chat --force",
4343

4444
// Configure tool-specific properties.
4545
"customizations": {
@@ -67,7 +67,9 @@
6767
"shopify.ruby-lsp",
6868
"koichisasada.vscode-rdbg",
6969
"postman.postman-for-vscode",
70-
"ninoseki.vscode-mogami"
70+
"ninoseki.vscode-mogami",
71+
"GitHub.copilot",
72+
"GitHub.copilot-chat"
7173
],
7274
"settings": {
7375
"terminal.integrated.defaultProfile.linux": "zsh",
@@ -79,7 +81,7 @@
7981
}
8082
}
8183
}
82-
}
84+
},
8385

8486
// Uncomment to connect as an existing user other than the container default. More info: https://aka.ms/dev-containers-non-root.
8587
// "remoteUser": "devcontainer"

0 commit comments

Comments
 (0)