Skip to content

Commit

Permalink
chore(dev): update vscode settings and extension recommendations
Browse files Browse the repository at this point in the history
Signed-off-by: Fery Wardiyanto <[email protected]>
  • Loading branch information
feryardiant committed Feb 11, 2024
1 parent 34943ad commit b70ea9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"editorconfig.editorconfig",
"github.vscode-pull-request-github",
"lokalise.i18n-ally",
"mikestead.dotenv",
"mtxr.sqltools",
"mtxr.sqltools-driver-mysql",
"mtxr.sqltools-driver-sqlite",
"mikestead.dotenv",
]
}
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"editor.formatOnSave": false,
"files.associations": {
"*.css": "postcss",
".env": "dotenv",
".env.*": "dotenv"
},
"i18n-ally.sourceLanguage": "id",
Expand Down

0 comments on commit b70ea9e

Please sign in to comment.