Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 522 Bytes

File metadata and controls

15 lines (11 loc) · 522 Bytes

vdbg

couldnt get any of the docker stuff to work, finally just installed node etc locally

sudo apt install nodejs npm cd into the workspace folder and run npm install

Built a docker image to publish

DOCKER_BUILDKIT=1 docker build --tag vsce "https://github.com/microsoft/vscode-vsce.git#main" Open a terminal in the workspace of this repository then: docker run --rm -it -v "$(pwd)":/workspace vsce publish