You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
7. Create a `.\sample` directory as a default workspace for client debugging (or update .\\.vscode\\launch.json as preferred).
14
-
7. (Optional) Install [ANTLR4 grammar syntax support](https://marketplace.visualstudio.com/items?itemName=mike-lischke.vscode-antlr4) VS Code extension.
13
+
8. (Optional) Install [ANTLR4 grammar syntax support](https://marketplace.visualstudio.com/items?itemName=mike-lischke.vscode-antlr4) VS Code extension.
15
14
Note: to debug a grammar, you'll first need to activate the extension by opening one of the *.g4 files.
16
15
17
16
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).
18
-
**Signed commits are turned on for this repo.**
19
17
20
18
## Debugging Language Server
21
19
@@ -41,10 +39,10 @@ Note the grammar file for this project can be found at /server/src/antlr/vba.g4
41
39
42
40
The grammar call graph is interesting, but not particularly useful. Generating "valid" input generates garbage.
43
41
44
-
### Run unit tests for TextMate grammar
42
+
##TextMate Snapshots
45
43
46
-
To verify that your changes haven't broken existing syntax or tests, and to ensure any new tests pass, run the following command:
44
+
Your edits to the TextMate grammar may cause changes to the snapshot. If these changes are expected and unit tested, update the snapshot.
0 commit comments