Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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
8+2 =