diff --git a/setup.ps1 b/setup.ps1 index 21bcca6..424176c 100644 --- a/setup.ps1 +++ b/setup.ps1 @@ -12,4 +12,4 @@ $env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" # TODO: Automatically set python interpreter # Start VS Code -Start-Process -FilePath '.\WPy64-31260\VS Code.exe' -ArgumentList "." \ No newline at end of file +code . \ No newline at end of file