Welcome to Avalonia Extension for VS Code! We appreciate your interest in contributing. This guide will help you get started with contributing to our project. Please read it carefully
- Dotnet core 7.0, you can dowloand it from here
- NodeJS, npm and yarn
- Latest Visual Studio Code
-
Fork and Clone the repository, don't forget to get submodules
git clone --recursive https://github.com/AvaloniaUI/AvaloniaVSCode
-
Run the
build.sh
, currently repo do not have build script for Windows
- Create a new issues or use the existing to contribute (assign it yourself)
- Create a new brach for the issue
- Send the PR with description
Hit F5
Make sure you run the build.sh
before packaging
- Open command palette (shift + cmd + p)
- Select
Task: Run Task
- Select
Package Extension