You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/development.md
+24-20Lines changed: 24 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -5,48 +5,52 @@
5
5
You'll need to clone two repositories and set up your development environment
6
6
to before you can proceed.
7
7
8
-
1.[Fork and clone](https://help.github.com/articles/fork-a-repo/) the [vscode-powershell repository](https://github.com/PowerShell/vscode-powershell)
8
+
1.[Fork and clone][fork] the [vscode-powershell repository](https://github.com/PowerShell/vscode-powershell)
9
9
10
-
2.[Fork and clone](https://help.github.com/articles/fork-a-repo/) the [PowerShell Editor Services (PSES) repository](https://github.com/PowerShell/PowerShellEditorServices)
10
+
2.[Fork and clone][fork] the [PowerShell Editor Services (PSES) repository](https://github.com/PowerShell/PowerShellEditorServices)
11
+
> The `vscode-powershell` folder and the `PowerShellEditorServices` folder should be next to each other on the file
12
+
> system. Code in `vscode-powershell` looks for PSES at `../PowerShellEditorServices` if you're building locally so
13
+
> PSES must be in that location.
11
14
12
-
> NOTE: the `vscode-powershell` folder and the `PowerShellEditorServices` folder should be next to each other on the file system. Code in `vscode-powershell` looks for PSES at `../PowerShellEditorServices` if you're building locally so PSES must be in that location.
13
-
14
-
3. Follow the [development instructions](https://github.com/PowerShell/PowerShellEditorServices#development) for PowerShell Editor Services. **You will need to complete this step before proceeding**.
15
+
3. Follow the [development instructions](https://github.com/PowerShell/PowerShellEditorServices#development) for
16
+
PowerShell Editor Services. **You will need to complete this step before proceeding**.
15
17
16
18
4. Install the latest [Visual Studio Code Insiders release](https://code.visualstudio.com/insiders)
17
-
-You can also use the [standard Visual Studio Code release](https://code.visualstudio.com/). Both will work, but using VSCode
18
-
Insiders means the extension can be developed ready for new features
19
-
and changes in the next VSCode release.
19
+
> You can also use the [standard Visual Studio Code release](https://code.visualstudio.com/). Both will work, but
20
+
> using VSCode Insiders means the extension can be developed ready for new features and changes in the next VSCode
21
+
>release.
20
22
21
23
5. Install [Node.js](https://nodejs.org/en/) 10.x or higher.
For more information on contributing snippets please read our [snippet requirements](https://github.com/PowerShell/vscode-powershell/blob/master/docs/community_snippets.md#contributing).
56
+
For more information on contributing snippets please read our [snippet requirements](https://github.com/PowerShell/vscode-powershell/blob/master/docs/community_snippets.md#contributing).
0 commit comments