Skip to content

santi-h/vscode-copy-github-link

Repository files navigation

vscode-copy-github-link README

Copies the permalink of the main branch so that it can be shared with others regardless of what branch you're on.

Testing

You might need to run this locally to create the files in the out folder.

nvm use `cat .node-version` && npm run compile

And then press F5 to launch a new window with the latest changes.

Packaging

Run the following to create the .vsix file:

nvm use `cat .node-version` && \
npm install && \
npm run compile && \
vsce package

This command assumes that you installed vsce, which can be done with npm install -g @vscode/vsce

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published