We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9328e58 commit 3c37100Copy full SHA for 3c37100
readme.md
@@ -3,15 +3,19 @@
3
## Setup
4
5
1. Clone and install:
6
+
7
```bash
8
+git clone https://github.com/scrapscript/tree-sitter-scrapscript.git
9
git clone https://github.com/scrapscript/scrapscript-lsp.git
10
+ln -s tree-sitter-scrapscript scrapscript-lsp/tree-sitter-scrapscript
11
cd scrapscript-lsp
12
npm install
13
npm run compile
14
cd server && npm run build-wasm && cd ..
15
```
16
17
2. VS Code:
18
19
- Open project folder
20
- Press F5 to debug
21
- Open `.scrap` or `.ss` file
@@ -25,7 +29,9 @@ cd server && npm run build-wasm && cd ..
25
29
## Development
26
30
27
31
32
+cd server
28
33
npm run compile # Build
34
npm run watch # Watch mode
35
npm test # Run tests
-```
36
+```
37
0 commit comments