flathub / flathub/com.visualstudio.code
access to host utilities and development libraries
Open
- Dominant language
- Shell
- Stars
- 217
- Forks
- 82
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 1
Description
It's not possible to access utilities (e.g. `meson`) or headers (e.g. `opencv2/core.hpp`) from the host system.
You can install/update `meson` or install `libopencv-core-dev` on the host, but this will not be available inside Visual Studio Code. But `pkg-config --modversion opencv4` will not find the library and `meson --version` will point to the old/wrong version.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.