showing results for - "vscode file cannot be loaded because running scripts is disabled on this system"
Lennart
05 Sep 2019
1// Open VSCode settings.json
2// At the end of the final entry, add a comma, then add this line:
3"terminal.integrated.shellArgs.windows": ["-ExecutionPolicy", "Bypass"]
Abel
06 Feb 2020
1"terminal.integrated.shellArgs.windows": ["-ExecutionPolicy", "Bypass"]
2
similar questions