VScode global plugin install
This commit is contained in:
parent
6650e8e539
commit
7b5ca95343
@ -37,7 +37,9 @@ echo removing VScode startmenu folder ...
|
|||||||
rd /S /Q %STARTMENU%\"Visual Studio Code" 2>nul
|
rd /S /Q %STARTMENU%\"Visual Studio Code" 2>nul
|
||||||
|
|
||||||
echo adding VScode MARKDOWNTABLE plugin ...
|
echo adding VScode MARKDOWNTABLE plugin ...
|
||||||
"%ProgramFiles%\Microsoft VS Code\bin\code" --install-extension %MARKDOWNTABLE% --force
|
"%ProgramFiles%\Microsoft VS Code\bin\code" ^
|
||||||
|
--extensions-dir "%ProgramFiles%\Microsoft VS Code\resources\app\extensions" ^
|
||||||
|
--install-extension %MARKDOWNTABLE% --force
|
||||||
|
|
||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user