Github - Open with VSCode

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

2023-10-19 기준 버전입니다. 최신 버전을 확인하세요.

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

{}