For visual studio code settings, go to File -> Preferences -> Settings -> Extensions -> Scroll down and find “Edit in settings.json”.
Add the below code within the json curly brackets.
"terminal.integrated.shellArgs.windows": ["-ExecutionPolicy", "Bypass"]
Do not forget to restart visual studio code