removed dupes

pull/7760/head
JenR8ed 3 months ago
parent 529c1d881b
commit fdc230b5b4

@ -1,21 +1,21 @@
{ {
// Use IntelliSense to learn about possible Node.js debug attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0", "version": "0.2.0",
"configurations": [ "configurations": [
{
"type": "node",
"request": "attach",
"name": "Attach (Inspector Protocol)",
"port": 9229,
"protocol": "inspector"
},
{ {
"type": "node", "name": "Launch Server",
"program": "${workspaceFolder}/server.js",
"request": "launch", "request": "launch",
"name": "Launch Program", "skipFiles": [
"program": "${workspaceRoot}\\server.js" "<node_internals>/**"
],
"type": "node"
},
{
"type": "node",
"request": "attach",
"name": "Attach (Inspector Protocol)",
"port": 9229,
"protocol": "inspector"
}, },
{ {
"type": "node", "type": "node",

@ -8,7 +8,7 @@
"vue" "vue"
], ],
"editor.codeActionsOnSave": { "editor.codeActionsOnSave": {
"source.fixAll.eslint": true "source.fixAll.eslint": "explicit"
}, },
"i18n-ally.localesPaths": [ "i18n-ally.localesPaths": [
"server/locales" "server/locales"

Loading…
Cancel
Save