Skip to content

The language service could not be started #3034

Closed
@J0ska

Description

@J0ska

The language service doesn't start due to "-ExecutionPolicy Bypass" command line option is prohibited by antivirus policy.

vscode-powershell.log

Removing the code below fixed the problem

// Only add ExecutionPolicy param on Windows
if (utils.isWindows) {
powerShellArgs.push("-ExecutionPolicy", "Bypass");
}

vscode-powershell.log

Cheers

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions