Skip to content

Commit

Permalink
feat: Synchronize default VSCode settings (#3833)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov authored Aug 9, 2022
1 parent b9fe707 commit 11461fd
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ _START_PACKAGE
.env
.vscode/*
!.vscode/extensions.json
!.vscode/suggested.settings.json
!.vscode/settings.default.json
.idea
nodelinter.config.json
packages/*/package-lock.json
Expand Down
1 change: 1 addition & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"recommendations": [
"dangmai.workspace-default-settings",
"dbaeumer.vscode-eslint",
"EditorConfig.EditorConfig",
"esbenp.prettier-vscode",
Expand Down
11 changes: 11 additions & 0 deletions .vscode/settings.default.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"search.exclude": {
"node_modules": true,
"dist": true,
"package-lock.json": true
},
"typescript.tsdk": "node_modules/typescript/lib",
"workspace-default-settings.runOnActivation": true
}
29 changes: 0 additions & 29 deletions .vscode/suggested.settings.json

This file was deleted.

0 comments on commit 11461fd

Please sign in to comment.