We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86eb7ca commit ee442baCopy full SHA for ee442ba
.vscode/extensions.json
@@ -7,7 +7,7 @@
7
"rust-lang.rust-analyzer",
8
"ink-analyzer.ink-analyzer",
9
"gruntfuggly.todo-tree",
10
- "mikestead.dotenv",
+ "dotenv.dotenv-vscode",
11
"bradlc.vscode-tailwindcss"
12
]
13
}
.vscode/settings.json
@@ -11,7 +11,6 @@
"source.fixAll.eslint": "always"
},
"files.associations": {
14
- ".env.*": "dotenv",
15
"*.css": "tailwindcss"
16
17
"[javascriptreact][typescriptreact][javascript][typescript][markdown][html][css][scss][sass][json][jsonc][yaml]": {
0 commit comments