mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Added custom formation tool
This commit is contained in:
8
frontend/react/.vscode/launch.json
vendored
8
frontend/react/.vscode/launch.json
vendored
@@ -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/**"
|
||||
]
|
||||
},
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user