Skip to content
Snippets Groups Projects
Commit 185234bc authored by Andrew Dolgov's avatar Andrew Dolgov
Browse files

gulp task: add flatpak node16 sdk to path because it doesn't inherit launch environment

parent 9457bb09
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,12 @@
"type": "gulp",
"task": "default",
"problemMatcher": [],
"label": "gulp: default"
"label": "gulp: default",
"options": {
"env": {
"PATH": "${env:PATH}:/usr/lib/sdk/node16/bin/"
}
}
}
]
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment