Automatically start VS Code after setup completes

This commit is contained in:
Jona Heitzer 2024-10-29 09:49:28 +01:00
parent 5163d5b1af
commit 18498c5c4a

View File

@ -2,4 +2,8 @@
Invoke-WebRequest -UseBasicParsing -OutFile winpy.exe -Uri https://github.com/winpython/winpython/releases/download/10.7.20240908final/Winpython64-3.12.6.0dot.exe Invoke-WebRequest -UseBasicParsing -OutFile winpy.exe -Uri https://github.com/winpython/winpython/releases/download/10.7.20240908final/Winpython64-3.12.6.0dot.exe
Start-Process -FilePath 'C:\Program Files\7-Zip\7z.exe' -ArgumentList "x", "./winpy.exe" -Wait -NoNewWindow -PassThru Start-Process -FilePath 'C:\Program Files\7-Zip\7z.exe' -ArgumentList "x", "./winpy.exe" -Wait -NoNewWindow -PassThru
# TODO: Automatically install python extensions # TODO: Automatically install python extensions
# TODO: Automatically set python interpreter
# Start VS Code
Start-Process -FilePath '.\WPy64-31260\VS Code.exe' -ArgumentList "."