From 975ed3e5d388fc54cdb520107fe5dbdea999e90a Mon Sep 17 00:00:00 2001 From: Jona Heitzer Date: Tue, 29 Oct 2024 12:26:44 +0100 Subject: [PATCH] Use vscode installed by winget --- setup.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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