This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name GitHub in VSCode | |
| // @version 0.1.4-vscodedev.1 | |
| // @description A userscript that adds a button to open a repo in VSCode using github1s | |
| // @license MIT | |
| // @author Rob Garrison | |
| // @namespace https://github.com/Mottie | |
| // @include https://github.com/* | |
| // @run-at document-idle | |
| // @grant GM_addStyle |
OlderNewer