Updated tasks.json to set the working directory and fixed '[dev]' ( escape character issue )
This commit is contained in:
Vendored
+4
-1
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
|
"options": {
|
||||||
|
"cwd": "${workspaceFolder}"
|
||||||
|
},
|
||||||
"tasks": [
|
"tasks": [
|
||||||
|
|
||||||
{
|
{
|
||||||
@@ -25,7 +28,7 @@
|
|||||||
"pip",
|
"pip",
|
||||||
"install",
|
"install",
|
||||||
"-e",
|
"-e",
|
||||||
".[dev]"
|
".'[dev]'"
|
||||||
],
|
],
|
||||||
"problemMatcher": [],
|
"problemMatcher": [],
|
||||||
"dependsOn": "venv: create"
|
"dependsOn": "venv: create"
|
||||||
|
|||||||
Reference in New Issue
Block a user