File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ export class PowerShellProcess {
4242 path . resolve (
4343 __dirname ,
4444 this . bundledModulesPath ,
45- "../scripts /Start-EditorServices.ps1" ) ;
45+ "PowerShellEditorServices /Start-EditorServices.ps1" ) ;
4646
4747 const editorServicesLogPath = this . log . getLogFilePath ( logFileName ) ;
4848
Original file line number Diff line number Diff line change @@ -164,7 +164,6 @@ export class SessionManager implements Middleware {
164164 }
165165
166166 this . editorServicesArgs =
167- "-EditorServicesVersion '" + this . requiredEditorServicesVersion + "' " +
168167 "-HostName 'Visual Studio Code Host' " +
169168 "-HostProfileId 'Microsoft.VSCode' " +
170169 "-HostVersion '" + this . hostVersion + "' " +
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ task RestoreNodeModules -If { -not (Test-Path "$PSScriptRoot/node_modules") } {
6767
6868task Clean {
6969 Write-Host " `n ### Cleaning vscode-powershell`n " - ForegroundColor Green
70+ Remove-Item .\modules\* - Exclude " README.md" - Recurse - Force - ErrorAction Ignore
7071 Remove-Item .\out - Recurse - Force - ErrorAction Ignore
7172}
7273
You can’t perform that action at this time.
0 commit comments