Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

vscode running scripts is disabled on this system

add following in vscode > settings.json

"terminal.integrated.profiles.windows": {
  "PowerShell": {
    "source": "PowerShell",
      "icon": "terminal-powershell",
        "args": ["-ExecutionPolicy", "Bypass"]
  }
},
"terminal.integrated.defaultProfile.windows": "PowerShell"
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #vscode #running #scripts #disabled #system
ADD COMMENT
Topic
Name
7+8 =