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

{}