github-linker
github-linker copied to clipboard
VSCode extension to create permanent links to pieces of code
This fixes issue #9 by duplicating the relevant portion code from https://github.com/morganwu277/github-linker/commit/394aac500c2a428b14319be0c8d1b56ba38d150e I've built an installable extension (`.vsix`) with this modification and made it available here: https://github.com/BloxBitBlit/github-linker/blob/release/release/github-linker-0.2.3.vsix
I met the same problem like #15, #9, #13(on ssh). And it cost me quite a long time... Another extension ["Open in Github"](https://marketplace.visualstudio.com/items?itemName=fabiospampinato.vscode-open-in-github) fixed my problem.
First off, thank you for this extension! Unfortunately, I get back `null` for the `repoUrl` ex. `null/blob/9970...7b7e/foo.js#L25-L29` This is because I have the following setup, where I don't use `[email protected]:`,...
Under WSL extension first requested installation of `xsel`. I did, but now it's failing with error message `xsel: Can't open display: (null) : Inappropriate ioctl for device`. I understand that...
Some private organisation repos (I think GH Enterprise ones? I'm not 100% sure) have a .git URL that looks like this: `[email protected]:Organisation/repo.git`. This PR just tweaks `getGitHubRepoURL` to support git...
highlighting text provides this when right clicking highlighted text inside the document; for both link & gfmLink. right clicking, while text is highlighted, on the tab provides a link. https://github.com/gimenete/github-linker/blob/9252f88d2795523f507e48e5f87b63839dabb6f1/src/extension.ts#L83
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Hi, a good improvement for your awesome extension could be a configuration that allows you to configure base URL of your github instance. So when your github instance is not...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.6. Commits 2da9039 1.3.6 cfea636 better git push script, before publish instead of after 56d2805 do not allow invalid hazardous string as section name See...