Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

update vs code in ubuntu

sudo add-apt-repository -y "deb https://packages.microsoft.com/repos/vscode stable main "
sudo apt update
sudo apt -y install code
Comment

how to update vs code in linux

wget https://vscode-update.azurewebsites.net/latest/linux-deb-x64/stable -O /tmp/code_latest_amd64.deb
sudo dpkg -i /tmp/code_latest_amd64.deb
Comment

PREVIOUS NEXT
Code Example
Shell :: mac m1 error running pod install 
Shell :: kill service by port number on windows 
Shell :: install vercel npm 
Shell :: Unable to resolve module ./theming/DarkTheme from 
Shell :: Composer detected issues in your platform: Your Composer dependencies require the following PHP extensions to be installed: xml 
Shell :: linux resize image 
Shell :: avoid github credentials 
Shell :: docker machine ip 
Shell :: requireNativeComponent: "RNCSafeAreaProvider" was not found in the UIManager. 
Shell :: install pip anacodna 
Shell :: gdown download zip file 
Shell :: linux count number of files in directory and subdirectory 
Shell :: fix shortcut virus cmd 
Shell :: elastic beanstalk installation command on cli 
Shell :: turn off selinux centos 
Shell :: require ext-curl * 
Shell :: aws cloudfront invalidation cli 
Shell :: netlify build command 
Shell :: change commit date linux 
Shell :: how to remove file changes in git 
Shell :: git commit only added files 
Shell :: autopep8 command command 
Shell :: convert file with liberoffice 
Shell :: powershell get serial number 
Shell :: address already in use 0.0.0.0:8080 
Shell :: conda install mmcv 
Shell :: k8 svc url 
Shell :: move hidden files linux 
Shell :: remove openshot ubuntu 
Shell :: wget typo3 9 
ADD CONTENT
Topic
Content
Source link
Name
8+1 =