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
I think a better way to solve this ... is to use Visual Studio Code Dev Containers. I haven't previously been using this, but I've just set it up and it seems to work pretty well. Basically you install the plugin and then it mounts your local dev environment as a volume so that changes are made both inside and outside the running container. Since all the requirements are installed in the container, your VS Code can then go ahead and use intellisense for auto-completion and so on.
It requires a fairly simple .devcontainer/devcontainer.json file:
From a closed PR in the main repository:
It requires a fairly simple
.devcontainer/devcontainer.json
file:Originally posted by @hughrun in bookwyrm-social/bookwyrm#2653 (comment)
The text was updated successfully, but these errors were encountered: