Skip to content

Commit

Permalink
chore: Update to use new official dotenv extension
Browse files Browse the repository at this point in the history
  • Loading branch information
wottpal committed Feb 2, 2024
1 parent 86eb7ca commit ee442ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"rust-lang.rust-analyzer",
"ink-analyzer.ink-analyzer",
"gruntfuggly.todo-tree",
"mikestead.dotenv",
"dotenv.dotenv-vscode",
"bradlc.vscode-tailwindcss"
]
}
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"source.fixAll.eslint": "always"
},
"files.associations": {
".env.*": "dotenv",
"*.css": "tailwindcss"
},
"[javascriptreact][typescriptreact][javascript][typescript][markdown][html][css][scss][sass][json][jsonc][yaml]": {
Expand Down

0 comments on commit ee442ba

Please sign in to comment.