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
The script **Start-EditorServices.ps1** is located inside the
139
+
**PowerShellEditorServices** directory. See [Manual Installation](#manual-installation).
140
+
137
141
> [!IMPORTANT]
138
-
> Adjust the path to `Start-EditorServices.ps1` as needed. The command above assumes
139
-
> that the current directory is set to the folder where you expanded the PSES ZIP
140
-
> archive to.
141
-
>
142
-
> Depending on your editor, set the environment variables `NO_COLOR` and `TERM`
143
-
> before issuing the command above to improve the readability of any error messages
144
-
> `pwsh` may output. See [Disabling ANSI Output](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_ansi_terminals#disabling-ansi-output)
142
+
> Depending on your editor, consider setting the environment variables
143
+
> `NO_COLOR` and `TERM` before executing the command above to improve the
144
+
> readability of any error messages output by `pwsh`. See [Disabling ANSI Output][disabling-ansi-output]
145
145
> for more details.
146
146
147
-
For examples of tested end-to-end configurations, see:
0 commit comments