Search results
Jan 1, 2024 · Of course you could manually re-install VS Code if the other options don't work. More on VS Code's auto-updating here, and disabling it here. EDIT I agree with @Waggers' comment, I understand that I don't need to be an administrator to get updates on the user version.
Dec 3, 2018 · Unlike other softwares, the uninstall application for VS Code doesn't uninstall also the components (extensions and settings). It only removes the VS Code software. What I did was to permanently delete any and all folder that has "VS" or "Visual Studio". You also need to check "Microsoft" folders because "VS Code" folders can be found there.
Aug 16, 2021 · These instructions recommend installing via package manager rather downloading the RPM for the latest stable release. In case the link for the instructions breaks in the future, I quote them here: We currently ship the stable 64-bit VS Code in a yum repository, the following script will install the key and repository:
Sep 7, 2020 · Every time i install a python library using pip (e.g. pip install requests) i have to reload Visual Studio Code, so it starts scanning installed libraries (even when using the pip install-command from within the VS-Code-activated shell).
May 8, 2019 · To connect to update.code.visualstudio.com insecurely, use ‘--no-check-certificate’. > 1931c79d-3297-4f42-9eb5-6f8f91556ed9##25## "install" terminal command done Received install output: 1931c79d-3297-4f42-9eb5-6f8f91556ed9##25## Server download failed Downloading VS Code Server failed.
May 25, 2016 · code --list-extensions >> vs_code_extensions_list.txt Transfer the newly created file to the machine that you want to install those extensions to. On that machine you would: cat vs_code_extensions_list.txt | xargs -n 1 code --install-extension Which will then go through each extension in that file and install the extension.
Feb 5, 2024 · An idea would be to block in the corporate firewall the Visual Studio Code Market Place and only white-list the extensions that you allow. This solution would only work for locations within the corporate wall, not for example if employees take their computer home.
Nov 9, 2012 · If all the above options fail, try installing it from the VS Developer command-line. Here's how (on StackOverflow): How to install Visual Studio Gallery extensions from command line. VSIXInstaller.exe /quiet some_extension.vsix
Oct 2, 2019 · Done Note, selecting 'code:amd64' instead of './code_1.38.1-1568209190_amd64 (1).deb' Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming.
Aug 26, 2019 · Type in search box Code Runner; Install the extension; Than click on File - Preferences - Settings; Type code run in search box. Scroll down until you find Code-runner: Run In Terminal. Check the box Wheather to run code in Integrated Terminal. Restart VS Code; Good luck!