Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 738 Bytes

DEVELOP.md

File metadata and controls

35 lines (23 loc) · 738 Bytes

locally build and install

build a vsix file

one-time install

npm install -f @vscode/vsce
cd ~/git/vscode-jupytext/
vsce package -o vscode-jupytext.vsix --no-yarn

from https://code.visualstudio.com/api/working-with-extensions/publishing-extension#packaging-extensions

install the vsix file locally

code --install-extension vscode-jupytext.vsix

from https://code.visualstudio.com/docs/editor/extension-marketplace#_install-from-a-vsix

publish

NOT using the azure devops pipeline, but publishing on open-vsx.org instead see https://github.com/eclipse/openvsx/wiki/Publishing-Extensions

the command publish

npx ovsx publish vscode-jupytext.vsix -p <token>