Updating launch.json (nvim compatible)

This commit is contained in:
Mose Müller 2023-10-25 16:22:57 +02:00
parent 2713dad423
commit a24eb928a8

9
.vscode/launch.json vendored
View File

@ -1,7 +1,4 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
@ -19,7 +16,7 @@
"type": "python",
"request": "launch",
"module": "bar",
"justMyCode": true,
"justMyCode": false,
"env": {
"ENVIRONMENT": "development"
}
@ -29,7 +26,7 @@
"request": "launch",
"name": "react: firefox",
"url": "http://localhost:3000",
"webRoot": "${workspaceFolder}/frontend",
"webRoot": "${workspaceFolder}/frontend"
}
]
}
}