0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-04-01 02:42:23 -05:00

chore: update vscode settings

This commit is contained in:
Juan Picado 2022-05-05 07:51:29 +02:00
parent 4457ce5a6e
commit 923e63c5f0

9
.vscode/launch.json vendored
View file

@ -4,6 +4,15 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Attach by Process ID",
"processId": "${command:PickProcess}",
"request": "attach",
"skipFiles": [
"<node_internals>/**"
],
"type": "node"
},
"processId": "${command:PickProcess}",
{
"type": "node",