docker-vscode-server
docker-vscode-server copied to clipboard
Docker vscode server
There were missing "\\" characters in some of the docker commands in the readme.
Have a quick workaround to use this to install proprietary extensions (vscode store) **Product.json** ```json { "nameShort": "code-server", "nameLong": "code-server", "applicationName": "code-oss", "dataFolderName": ".vscode-oss", "win32MutexName": "vscodeoss", "licenseName": "MIT", "licenseUrl": "https://github.com/microsoft/vscode/blob/master/LICENSE.txt",...
Pass a git clone url so that vscode has the repo in the project directory (when the instance is already running)
hello, when i run the docker python version, after pull it shows " exec /usr/bin/entrypoint.sh: no such file or directory", how to fix this, thank you