Skip to content

Instantly share code, notes, and snippets.

// ==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