Skip to content

Commit

Permalink
Update vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
apexskier committed Aug 10, 2023
1 parent ce17b68 commit 4a5446e
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,16 +118,13 @@
"emmet.showAbbreviationSuggestions": false,
"emmet.showExpandedAbbreviation": "never",

"eslint.packageManager": "yarn",

"explorer.incrementalNaming": "smart",
"explorer.confirmDragAndDrop": false,

"files.trimTrailingWhitespace": true,

"git.confirmSync": false,

"go.autocompleteUnimportedPackages": true,
"go.coverageOptions": "showUncoveredCodeOnly",
"go.formatTool": "gofmt",
"go.toolsManagement.autoUpdate": true,
Expand All @@ -143,10 +140,6 @@

"markdown.preview.lineHeight": 1.4,

"openapi.approvedHostnames": [
"json-schema.org"
],

"scss.validate": false,

"search.exclude": {
Expand Down Expand Up @@ -309,7 +302,7 @@
"version": "0.2.0",
"configurations": [
{
"type": "pwa-node",
"type": "node",
"request": "launch",
"name": "Run Jest on current file",
"program": "${workspaceFolder}/node_modules/.bin/jest",
Expand All @@ -321,7 +314,7 @@
"skipFiles": ["node_modules/**", "<node_internals>/**"]
},
{
"type": "pwa-node",
"type": "node",
"request": "launch",
"name": "Run current file (nodejs)",
"program": "${workspaceFolder}/${relativeFile}",
Expand All @@ -333,4 +326,4 @@
]
},
"workbench.colorTheme": "Default Light+"
}
}

0 comments on commit 4a5446e

Please sign in to comment.