Skip to content

Commit

Permalink
PXBF-1254-vscode-recomendations: recommended vscode setup
Browse files Browse the repository at this point in the history
  • Loading branch information
scottqueen-bixal committed May 1, 2024
1 parent 126efff commit 4792a56
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,3 @@ backups/*.sql.gz
*.Identifier
*.gz
**.log

.vscode
5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"rvest.vs-code-prettier-eslint"
],
}
10 changes: 10 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"debug.javascript.autoAttachFilter": "onlyWithFlag",
"editor.renderWhitespace": "none",
"diffEditor.ignoreTrimWhitespace": false,
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint",
"editor.formatOnType": false,
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "file",
"vs-code-prettier-eslint.prettierLast": true,
}

0 comments on commit 4792a56

Please sign in to comment.