File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ for more details.
3030
3131### Build
3232
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:
3434
3535 ```
3636 npm install
@@ -42,13 +42,13 @@ for more details.
4242 npm run build-grammar
4343 ```
4444
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.
4646
4747 1. Locate the VS Code installation directory and navigate to to `resources/app/extensions/powershell/syntaxes`
4848
4949 2. Rename `powershell.tmLanguage.json` to `powershell.tmLanguage.json_default`
5050
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.
5252
53534. If VS Code is already running you will need to run "Reload Window" from the command pallete.
5454
You can’t perform that action at this time.
0 commit comments