Skip to content

Commit ddaa16d

Browse files
committed
Added Copilot Plugin
1 parent e1ad50b commit ddaa16d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626

2727
// Add the IDs of extensions you want installed when the container is created.
2828
"extensions": [
29-
"vscjava.vscode-java-pack"
29+
"vscjava.vscode-java-pack",
30+
"GitHub.copilot",
3031
]
3132
}
3233
},
@@ -35,7 +36,7 @@
3536
// "forwardPorts": [],
3637

3738
// Use 'postCreateCommand' to run commands after the container is created.
38-
// "postCreateCommand": "java -version",
39+
"postCreateCommand": "java -version",
3940

4041
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
4142
"remoteUser": "vscode",

0 commit comments

Comments
 (0)