We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cab41f commit b6b2c06Copy full SHA for b6b2c06
1 file changed
.devcontainer/devcontainer.json
@@ -39,7 +39,7 @@
39
"shutdownAction": "none",
40
41
// Uncomment the next line to run commands after the container is created.
42
- // "postCreateCommand": "",
+ "postCreateCommand": "code --install-extension GitHub.copilot-chat --force",
43
44
// Configure tool-specific properties.
45
"customizations": {
@@ -67,7 +67,9 @@
67
"shopify.ruby-lsp",
68
"koichisasada.vscode-rdbg",
69
"postman.postman-for-vscode",
70
- "ninoseki.vscode-mogami"
+ "ninoseki.vscode-mogami",
71
+ "GitHub.copilot",
72
+ "GitHub.copilot-chat"
73
],
74
"settings": {
75
"terminal.integrated.defaultProfile.linux": "zsh",
@@ -79,7 +81,7 @@
79
81
}
80
82
83
- }
84
+ },
85
86
// Uncomment to connect as an existing user other than the container default. More info: https://aka.ms/dev-containers-non-root.
87
// "remoteUser": "devcontainer"
0 commit comments