File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
1 . [ Fork and clone] [ fork ] the [ vscode-powershell repository] ( https://github.com/PowerShell/vscode-powershell ) .
6
6
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 ) .
8
8
> The ` vscode-powershell ` folder and the ` PowerShellEditorServices ` folder should be next to each other on the file
9
9
> system. Code in ` vscode-powershell ` looks for PSES at ` ../PowerShellEditorServices ` if you're building locally so
10
10
> PSES must be in that location.
11
11
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
13
13
PowerShell Editor Services. ** You will need to complete this step before proceeding** .
14
14
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.
16
16
17
- 5 . Install [ Visual Studio Code] ( https://code.visualstudio.com ) .
17
+ 1 . Install [ Visual Studio Code] ( https://code.visualstudio.com ) .
18
18
Open the multi-root workspace file in this repo, ` extension-dev.code-workspace ` .
19
19
> This has a set of recommended extensions to install and provides tasks.
20
20
> The ESLint formatter will require you to install ESLint globally, using ` npm install -g eslint ` .
21
21
> Otherwise VS Code will erroneously complain that it isn't able to use it to format TypeScript files.
22
22
23
+ 1 . (optional) Set ` git config blame.ignoreRevsFile .git-blame-ignore-revs ` to ignore formatting-related commits.
24
+
23
25
[ fork ] : https://help.github.com/articles/fork-a-repo/
24
26
25
27
## Tracking Upstream Dependencies
You can’t perform that action at this time.
0 commit comments