Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

Cannot be loaded because running scripts is disabled on this system

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