Browse Source

Remove VSCode auto attach in debug mode

Sergiu Miclea 5 năm trước cách đây
mục cha
commit
cb3124750a
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      .vscode/settings.json

+ 0 - 1
.vscode/settings.json

@@ -16,6 +16,5 @@
     "source.fixAll.eslint": true
     "source.fixAll.eslint": true
   },
   },
   "files.eol": "\n",
   "files.eol": "\n",
-  "debug.javascript.autoAttachFilter": "always",
   "typescript.tsdk": "node_modules\\typescript\\lib"
   "typescript.tsdk": "node_modules\\typescript\\lib"
 }
 }