-->

Disable Auto Update with Visual Studio Code

To create a package deployment for Visual Studio Code (VS Code) with Auto Update disabled you must do the following. Install the version of Visual Studio Code you plan to deploy. Browse to: C:\Program Files\Microsoft VS Code\resources\app Open the “product.json” file and remove the following line:“updateUrl”: “https://update.code.visualstudio.com”, Save the “product.json” file to the location of […]

Continue Reading