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 have addressed this with #2. The installation script will now create that directory if it is missing.
I think it might be worth a mention this method will not work on existing containers – that took me a while to figure out.
The project actually supported existing containers before 944a9db. However, the process was annoying (a command had to be manually ran on the host every time the container restarted). It is also possible to reconcile the current approach with the old one to support the convenient workaround for new containers, but revert to the old one if it's an existing container. Either way, I will make a note of this in the README.
Hey, thanks for this project!
When trying it out, I got an error on this line: https://github.com/daw1012345/vscode-for-toolbox/blob/main/bin/code#L25
The
nameConfigs
directory did not exist for me, so I had to create it by hand.Misusing this issue, I think it might be worth a mention this method will not work on existing containers – that took me a while to figure out.
The text was updated successfully, but these errors were encountered: