We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3c3456 commit 88d9204Copy full SHA for 88d9204
2 files changed
.devcontainer/devcontainer.json
@@ -6,6 +6,7 @@
6
"vscode": {
7
"extensions": [
8
"exiasr.hadolint",
9
+ "github.vscode-github-actions",
10
"james-yu.latex-workshop",
11
"ms-azuretools.vscode-containers",
12
"ms-vscode.makefile-tools",
.vscode/extensions.json
@@ -0,0 +1,12 @@
1
+{
2
+ "recommendations": [
3
+ "exiasr.hadolint",
4
5
+ "james-yu.latex-workshop",
+ "ms-azuretools.vscode-containers",
+ "ms-vscode.makefile-tools",
+ "ms-vscode-remote.remote-containers",
+ "redhat.vscode-yaml",
+ "timonwong.shellcheck"
+ ]
+}
0 commit comments