VS-Code plugins #114

This commit is contained in:
Michael H.G. Schmidt 2023-07-30 08:01:53 +02:00
parent d9e1fb3f9b
commit 45b158220b
3 changed files with 5 additions and 9 deletions

View File

@ -4,11 +4,9 @@ if %ERRORLEVEL% neq 0 exit /b
set CONFIG=config\install-vscode.txt
set EXE=..\software\vscode-setup.exe
set MARKDOWNTABLE=..\software\markdowntable.vsix
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"
rem update.code.visualstudio.com
set VSCODEUPDATEIP=51.144.164.215
if NOT EXIST %EXE% (
echo ERROR: %EXE% not found!
exit /b
@ -38,12 +36,8 @@ move /Y %STARTMENU%\"Visual Studio Code\Visual*.lnk" %STARTMENU%
echo removing VScode startmenu folder ...
rd /S /Q %STARTMENU%\"Visual Studio Code" 2>nul
rem NO updates here! FUCK YOU!
echo disabling automatic updates via W10 firewall ...
netsh advfirewall firewall delete rule name="block_vscode_updates" 2>nul
netsh advfirewall firewall add rule name="block_vscode_updates" ^
dir=out action=block protocol=tcp localip=any remoteip=%VSCODEUPDATEIP% ^
remoteport=80,443 program="%ProgramFiles%\Microsoft VS Code\Code.exe"
echo adding VScode MARKDOWNTABLE plugin ...
"%ProgramFiles%\Microsoft VS Code\bin\code" --install-extension %MARKDOWNTABLE%
echo ####### %0 #######

1
software/.gitignore vendored
View File

@ -10,4 +10,5 @@
*.zip
*.msixbundle
*.nupkg
*.vsix

View File

@ -17,6 +17,7 @@ https://cdn.akamai.steamstatic.com/client/installer/SteamSetup.exe steam-setup.e
https://totalcommander.ch/win/fixed/tcmd951x64.exe totalcommander-setup.exe
https://download.virtualbox.org/virtualbox/6.1.42/VirtualBox-6.1.42-155177-Win.exe virtualbox-setup.exe
https://code.visualstudio.com/sha/download?build=stable&os=win32-x64 vscode-setup.exe
https://github.com/takumisoft68/vscode-markdown-table/releases/download/0.10.0/markdowntable-0.10.0.vsix markdowntable.vsix
https://media.inkscape.org/dl/resources/file/inkscape-1.2.2_2022-12-09_732a01da63-x64.exe inkscape-setup.exe
https://swdl.bluejeans.com/desktop-app/win/2.31.114.0/BlueJeans.2.31.114u.msi bluejeans-setup.msi
https://www.sonos.com/redir/controller_software_pc2 sonos2-setup.exe

1 https://gitea.exabyte.systems/attachments/8986a323-2999-4c44-99d6-0f67442dc2ec snapcontrol.exe
17 https://totalcommander.ch/win/fixed/tcmd951x64.exe totalcommander-setup.exe
18 https://download.virtualbox.org/virtualbox/6.1.42/VirtualBox-6.1.42-155177-Win.exe virtualbox-setup.exe
19 https://code.visualstudio.com/sha/download?build=stable&os=win32-x64 vscode-setup.exe
20 https://github.com/takumisoft68/vscode-markdown-table/releases/download/0.10.0/markdowntable-0.10.0.vsix markdowntable.vsix
21 https://media.inkscape.org/dl/resources/file/inkscape-1.2.2_2022-12-09_732a01da63-x64.exe inkscape-setup.exe
22 https://swdl.bluejeans.com/desktop-app/win/2.31.114.0/BlueJeans.2.31.114u.msi bluejeans-setup.msi
23 https://www.sonos.com/redir/controller_software_pc2 sonos2-setup.exe