Skip to content

Commit ee442ba

Browse files
committed
chore: Update to use new official dotenv extension
1 parent 86eb7ca commit ee442ba

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.vscode/extensions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"rust-lang.rust-analyzer",
88
"ink-analyzer.ink-analyzer",
99
"gruntfuggly.todo-tree",
10-
"mikestead.dotenv",
10+
"dotenv.dotenv-vscode",
1111
"bradlc.vscode-tailwindcss"
1212
]
1313
}

.vscode/settings.json

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"source.fixAll.eslint": "always"
1212
},
1313
"files.associations": {
14-
".env.*": "dotenv",
1514
"*.css": "tailwindcss"
1615
},
1716
"[javascriptreact][typescriptreact][javascript][typescript][markdown][html][css][scss][sass][json][jsonc][yaml]": {

0 commit comments

Comments
 (0)