Added custom formation tool

This commit is contained in:
Davide Passoni
2024-10-09 18:30:13 +02:00
parent b282e5d676
commit 10a76c47ff
17 changed files with 322 additions and 72 deletions

View File

@@ -10,7 +10,11 @@
"name": "Launch Chrome against localhost",
"url": "http://localhost:3000/vite/",
"webRoot": "${workspaceFolder}",
"preLaunchTask": "npm: dev"
}
"preLaunchTask": "npm: dev",
"resolveSourceMapLocations": [
"${workspaceFolder}/**",
"!**/node_modules/**"
]
},
]
}