codecopy / ilspy-vscode

Visual Studio Code Extension and Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ILSpy Visual Studio Code Extension Join the chat at https://gitter.im/icsharpcode/ILSpy Build status Twitter Follow

You can install the extension in Visual Studio Code via the marketplace

Develop

git submodule init
git submodule update
pushd backend\src\ILSpy.Host
dotnet publish -f net472 -c release -r win7-x64 -o  ..\..\..\vscode-extension\bin\ilspy-host
popd
pushd vscode-extension

If first time

npm i vsce -g

If first time, or a new npm package is added,

npm i

then

npm run compile
npm test
vsce package

A .vsix file should be generated if everything is fine.

To develop and debug the vscode extension, install Visual Studio Code, then run code . from the vscode-extension folder.

About

Visual Studio Code Extension and Service

License:MIT License


Languages

Language:C# 46.9%Language:TypeScript 44.2%Language:CSS 8.3%Language:JavaScript 0.3%Language:Batchfile 0.3%