Skip to content

Commit b292421

Browse files
committedDec 2, 2022
Switch to using a devcontainer
1 parent 37dd2c5 commit b292421

File tree

2 files changed

+13
-18
lines changed

2 files changed

+13
-18
lines changed
 

‎.devcontainer/devcontainer.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
2+
// https://github.com/microsoft/vscode-dev-containers/tree/v0.241.1/containers/go
3+
{
4+
"image": "node:lts-alpine",
5+
"customizations": {
6+
"vscode": {
7+
"extensions": [
8+
"esbenp.prettier-vscode",
9+
"dbaeumer.vscode-eslint"
10+
]
11+
}
12+
}
13+
}

‎yarn

-18
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.