muhammadsammy / free-vscode-csharp

Free/Libre fork of the official C# extension for vscode

Home Page:https://open-vsx.org/extension/muhammad-sammy/csharp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

free-csharp-vscode

The debugger included in the official C# extension is proprietary and is licensed to only work with Microsoft versions of vscode. This extension replaces it with Samsung's MIT-licensed alternative, NetCoreDbg.

Installation

Get the VSIX file

  • Prebuilt binaries

  • Build from source

    git clone https://github.com/muhammadsammy/free-vscode-csharp.git
    
    cd free-vscode-csharp
    
    # Make sure you have NodeJS (https://nodejs.org) installed.
    
    npm install
    
    npm run vscode:prepublish
    
    npx gulp 'vsix:release:neutral'
    

Install the extension

Open the editor then run Extensions: Install from VSIX from the command pallete and select the csharp-VERSION_NUMBER.vsix file.

About

Free/Libre fork of the official C# extension for vscode

https://open-vsx.org/extension/muhammad-sammy/csharp

License:Other


Languages

Language:TypeScript 98.3%Language:C# 1.3%Language:JavaScript 0.2%Language:Shell 0.1%Language:PowerShell 0.1%Language:HTML 0.0%Language:Smalltalk 0.0%