File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ for more details.
30
30
31
31
### Build
32
32
33
- 1 . Navigate via command line to the ./tools/` directory and install dependencies:
33
+ 1 . Navigate via command line to the ` ./tools/ ` directory and install dependencies:
34
34
35
35
```
36
36
npm install
@@ -42,13 +42,13 @@ for more details.
42
42
npm run build-grammar
43
43
```
44
44
45
- 3. The .json file will be output to `./syntaxes/` at the root of the directory . You will need to copy it to VS Code manually.
45
+ 3. The .json file will be generated in `./syntaxes/` at the root of the project . You will need to copy it in to VS Code manually.
46
46
47
47
1. Locate the VS Code installation directory and navigate to to `resources/app/extensions/powershell/syntaxes`
48
48
49
49
2. Rename `powershell.tmLanguage.json` to `powershell.tmLanguage.json_default`
50
50
51
- 3. Copy `powershell.tmLanguage.json` from `./syntaxes/` within this project folder to where you just renamed the file under VS Code's path.
51
+ 3. Copy `powershell.tmLanguage.json` from `./syntaxes/` within the project folder to where you just renamed the file under VS Code's path.
52
52
53
53
4. If VS Code is already running you will need to run "Reload Window" from the command pallete.
54
54
You can’t perform that action at this time.
0 commit comments