Skip to main content

Posts

Showing posts with the label VS Code

Silent Installation of Microsoft Visual Studio Code 1.18

What is It? Microsoft Visual Studio Code   is a  source code editor  developed by  Microsoft  for  Windows ,  Linux  and  macOS . It includes support for  debugging , embedded  Git  control,  syntax highlighting ,  intelligent code completion ,  snippets , and  code refactoring . It is also customizable, so users can change the editor's  theme ,  keyboard shortcuts , and preferences. It is  free and open-source ,   although the official download is under a  proprietary license . The source is  ava ilab le for dow nload  here . How to Install Silently? To Install: Step 1:  Download the source from  web  and get the installer "VSCodeSetup-x64-1.18.0.exe" Step 2:  Run following command: VSCodeSetup-x64-1.18.0.exe /VERYSILENT /NORESTART /LOADINF=setup.inf                 /VERYSILENT: ...