Github - Open with VSCode

Fixes "Open with Visual Studio" button on GitHub to open with VSCode instead of Visual Studio

As of 2023-10-19. See the latest version.

// ==UserScript==
// @name         Github - Open with VSCode
// @namespace    V@no
// @description  Fixes "Open with Visual Studio" button on GitHub to open with VSCode instead of Visual Studio
// @match        https://github.com/*
// @version      0.1
// @license      MIT
// @run-at       document-end
// @grant        none
// ==/UserScript==

{}