We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71e3101 + 0cab033 commit 080cb19Copy full SHA for 080cb19
.devcontainer/devcontainer.json
@@ -7,6 +7,8 @@
7
"customizations": {
8
"vscode": {
9
"extensions": [
10
+ "alexcvzz.vscode-sqlite",
11
+ "Ariga.atlas-hcl",
12
"golang.go",
13
"ms-vscode.cpptools",
14
"neverik.go-critic",
@@ -16,6 +18,8 @@
16
18
]
17
19
},
20
"recommendations": [
21
22
23
24
25
@@ -24,6 +28,11 @@
28
"ZainChen.json"
29
],
26
30
"settings": {
31
+ "[hcl]": {
32
+ "editor.rulers": [
33
+ 88
34
+ ]
35
+ },
27
36
"[go]": {
37
"editor.codeActionsOnSave": {
38
"source.organizeImports": "explicit"
0 commit comments