Die VSCODE -Datei kann nicht geladen werden, da das Ausführen von Skripten in diesem System deaktiviert ist
// Open VSCode settings.json
// At the end of the final entry, add a comma, then add this line:
"terminal.integrated.shellArgs.windows": ["-ExecutionPolicy", "Bypass"]
Bewildered Boar