From ceafb98aab0d5b662fabdc211367a1752a6c2962 Mon Sep 17 00:00:00 2001 From: sslinky Date: Fri, 27 Sep 2024 16:34:58 +0800 Subject: [PATCH 1/2] Noted signed commits on and reference launch.json --- contributing.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index e463abb..ed78f29 100644 --- a/contributing.md +++ b/contributing.md @@ -1,4 +1,5 @@ # Contributing +**Signed commits are turned on for this repo.** ## Setup @@ -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](../blob/master/.vscode/launch.json)). ## Debugging Antlr Grammar From 934cd3e6c2fa2c70661d44a94cf6eb0c106de8f3 Mon Sep 17 00:00:00 2001 From: sslinky Date: Fri, 27 Sep 2024 16:36:47 +0800 Subject: [PATCH 2/2] Fixed broken link --- contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index ed78f29..7e7b4e9 100644 --- a/contributing.md +++ b/contributing.md @@ -16,7 +16,7 @@ To contribute, you'll need to [create a pull request from a fork](https://docs.g ## Debugging Language Server -* Use the Client + Server launch configuration (refer to [/.vscode/launch.json](../blob/master/.vscode/launch.json)). +* Use the Client + Server launch configuration (refer to [/.vscode/launch.json](./.vscode/launch.json)). ## Debugging Antlr Grammar