vscode-copy-github-url
vscode-copy-github-url copied to clipboard
Copy GitHub URL vscode extension
Finally moving away from bloated GitLens and this is a great alternative extension! It would be nice to be able to use these actions from the Context Menu. E.g. Right...
Like https://github.com/kawamataryo/copy-git-link for JetBrains, it would be nice if there would be an option to generate markdown that looks like this (code snippet included if text is selected): [/somepackage/SomeClass.java#L42-L44](https://github.com/huyz/myrepo/blob/67b33efca188/somepackage/SomeClass.java#L42-L44) ```java...
Add support to pick up information about remote git repo from the workspace folder, not from workspace root. Closes #23 Closes #14
https://github.com/differentmatt/vscode-copy-github-url/blob/b5d106bf7bd6debfb55a8fe56da3300077377615/package.json#L44
Bumps [webpack](https://github.com/webpack/webpack) from 5.52.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @lvivski...
It seems in the remote machine, although this plugin is installed, it will still try to copy url to remote `xsel` rather than the local machine.
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
It exists though.
Warning when publishing via `vsce`: `WARNING LICENSE.md, LICENSE.txt or LICENSE not found`
The current method of using [default-branch](https://www.npmjs.com/package/default-branch) for detecting the default branch does not work for private repos. See related #21.