Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion contributing.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Contributing
**Signed commits are turned on for this repo.**

## Setup

Expand All @@ -11,10 +12,11 @@
7. (Optional) Install [ANTLR4 grammar syntax support](https://marketplace.visualstudio.com/items?itemName=mike-lischke.vscode-antlr4) VSCode extension.

To contribute, you'll need to [create a pull request from a fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork).
**Signed commits are turned on for this repo.**

## Debugging Language Server

* Use the Client + Server launch configuration.
* Use the Client + Server launch configuration (refer to [/.vscode/launch.json](./.vscode/launch.json)).

## Debugging Antlr Grammar

Expand Down