You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After #702 is implemented, the devcontainer could be improved with some quality of life features. Most of these are nice to have and could be separated out into different issues if difficult to implement:
Create a script to install pytest-kafka (See this for an example taken from the CI runner image)
Setup the VS Code max file watchers to prevent warnings that there are too many files to watch in the folder.
Add the necessary X Server bindings to support opening the Morpheus Visualization demos from the devcontainer
Setup Git LFS storage property to map back to the host to reduce LFS bandwidth
Requires setting the user's global git config lfs.storage property to a directory mounted from the host
Install .NET to allow the CMake extension to use the language server features. (Example here)
Use docker-compose with devcontainers to streamline setting up the docker network
The text was updated successfully, but these errors were encountered:
mdemoret-nv
changed the title
Add quality of life improvements to the Devcontainer
[FEA] Add quality of life improvements to the Devcontainer
Feb 14, 2023
Git LFS storage directory is designed to be a sub-directory of the .git repository directory which will be mounted in to the container, so modifying lfs.storage is not necessary for it to be used by both the host and container.
After #702 is implemented, the devcontainer could be improved with some quality of life features. Most of these are nice to have and could be separated out into different issues if difficult to implement:
pytest-kafka
(See this for an example taken from the CI runner image)lfs.storage
property to a directory mounted from the hostThe text was updated successfully, but these errors were encountered: