File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 44
551 . [ Fork and clone] [ fork ] the [ vscode-powershell repository] ( https://github.com/PowerShell/vscode-powershell ) .
66
7- 2 . [ Fork and clone] [ fork ] the [ PowerShell Editor Services (PSES) repository] ( https://github.com/PowerShell/PowerShellEditorServices ) .
7+ 1 . [ Fork and clone] [ fork ] the [ PowerShell Editor Services (PSES) repository] ( https://github.com/PowerShell/PowerShellEditorServices ) .
88 > The ` vscode-powershell ` folder and the ` PowerShellEditorServices ` folder should be next to each other on the file
99 > system. Code in ` vscode-powershell ` looks for PSES at ` ../PowerShellEditorServices ` if you're building locally so
1010 > PSES must be in that location.
1111
12- 3 . Follow the [ development instructions] ( https://github.com/PowerShell/PowerShellEditorServices#development ) for
12+ 1 . Follow the [ development instructions] ( https://github.com/PowerShell/PowerShellEditorServices#development ) for
1313 PowerShell Editor Services. ** You will need to complete this step before proceeding** .
1414
15- 4 . Install [ Node.js] ( https://nodejs.org/en/ ) 18.x or higher.
15+ 1 . Install [ Node.js] ( https://nodejs.org/en/ ) 18.x or higher.
1616
17- 5 . Install [ Visual Studio Code] ( https://code.visualstudio.com ) .
17+ 1 . Install [ Visual Studio Code] ( https://code.visualstudio.com ) .
1818 Open the multi-root workspace file in this repo, ` extension-dev.code-workspace ` .
1919 > This has a set of recommended extensions to install and provides tasks.
2020 > The ESLint formatter will require you to install ESLint globally, using ` npm install -g eslint ` .
2121 > Otherwise VS Code will erroneously complain that it isn't able to use it to format TypeScript files.
2222
23+ 1 . (optional) Set ` git config blame.ignoreRevsFile .git-blame-ignore-revs ` to ignore formatting-related commits.
24+
2325[ fork ] : https://help.github.com/articles/fork-a-repo/
2426
2527## Tracking Upstream Dependencies
You can’t perform that action at this time.
0 commit comments