gulp task: add flatpak node16 sdk to path because it doesn't inherit launch environment
This commit is contained in:
parent
9457bb090a
commit
185234bc67
|
@ -5,7 +5,12 @@
|
||||||
"type": "gulp",
|
"type": "gulp",
|
||||||
"task": "default",
|
"task": "default",
|
||||||
"problemMatcher": [],
|
"problemMatcher": [],
|
||||||
"label": "gulp: default"
|
"label": "gulp: default",
|
||||||
|
"options": {
|
||||||
|
"env": {
|
||||||
|
"PATH": "${env:PATH}:/usr/lib/sdk/node16/bin/"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue