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: README.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -121,9 +121,11 @@ The types of PowerShell Editor Services can change at any moment and should not
121
121
122
122
## Development
123
123
124
-
### 1. Install PowerShell 6+
124
+
> NOTE: The easiest way to manually test changes you've made in PowerShellEditorServices is to follow the [vscode-powershell development doc](https://github.com/PowerShell/vscode-powershell/blob/master/docs/development.md) to get a local build of the VS Code extension to use your local build of PowerShellEditorServices.
125
125
126
-
Install PowerShell 6+ with [these instructions](https://github.com/PowerShell/PowerShell#get-powershell).
126
+
### 1. Install PowerShell 7+
127
+
128
+
Install PowerShell 7+ with [these instructions](https://github.com/PowerShell/PowerShell#get-powershell).
0 commit comments