Fixes "Open with Visual Studio" button on GitHub to open with VSCode instead of Visual Studio
目前為
// ==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==
{}