自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

如何使用Choco在Windows 10上安裝Visual Studio代碼

系統(tǒng) Windows
現(xiàn)在,我們可以使用Chocolatey的Choco命令在Windows上使用單個命令安裝各種軟件。 Chocolatey上提供的大多數(shù)軟件包都是截止日期,因此不必?fù)?dān)心最新功能。

單個命令Choco在Win10/8/7上用于安裝編程工具Visual Studio代碼一個開源IDE。

Chocolatey,一個非常容易使用的Win10/8/7包管理器。是的,現(xiàn)在它不僅限于Linux或Mac系統(tǒng),只能使用命令行下載和安裝某些軟件?,F(xiàn)在,我們可以使用Chocolatey的Choco命令在Windows上使用單個命令安裝各種軟件。 Chocolatey上提供的大多數(shù)軟件包都是截止日期,因此不必?fù)?dān)心***功能。

我們已經(jīng)執(zhí)行了一篇文章來指導(dǎo)在Ubuntu 19.04 Linux上安裝開源Visual Studio代碼,現(xiàn)在是windows 10/8/7的時間。

Choco在Win10上安裝Visual Studio代碼

第1步:安裝Chocolatey

要在Windows上使用chocolatey命令,我們必須在我們的系統(tǒng)上安裝Chocolatey。對于管理權(quán)限下的打開命令提示符或PowerShell,并執(zhí)行給定的命令。

如果要在命令提示符下安裝Chocolatey,請使用以下命令: 

  1. @"%SystemRoot%System32WindowsPowerShellv1.0powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%chocolateybin" 

從PowerShell開始,安裝將需要以下內(nèi)容: 

  1. Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) 

一旦Chocolatey安裝完畢,請轉(zhuǎn)到下一步。

第2步:Choco安裝Visual Studio Code

現(xiàn)在再次,在命令提示符或Powershell中,無論你使用什么; 鍵入或復(fù)制粘貼以下命令,以便在各自的windows 10,Windows 8或7系統(tǒng)上下載和安裝Visual Studio Code。 

  1. choco install vscode 

 

第3步:運(yùn)行VScode

安裝完成后。 轉(zhuǎn)到Windows應(yīng)用程序并找到已安裝的Visual Studio代碼應(yīng)用程序以運(yùn)行它。

 

第4步:Choco命令升級Visual Studio代碼

雖然您可以從VScode本身檢查更新,但是,對于即時更新或升級,只需打開命令提示符或Powershell并使用以下命令。 

  1. choco upgrade vscode 

步驟5:使用choco停用visual studio代碼自動升級

首先,我們必須安裝VScode自動更新停用包 

  1. choco install visualstudiocode-disableautoupdate 

之后,使用此命令禁用自動升級。 

  1. choco upgrade visualstudiocode-disableautoupdate  
責(zé)任編輯:龐桂玉 來源: Win10系統(tǒng)之家
相關(guān)推薦

2011-08-29 10:11:49

QTWindowsVisual Stud

2016-08-11 14:32:54

Visual StudAzure遠(yuǎn)程調(diào)試

2016-08-11 15:03:36

Redis Sentigossip protagreement p

2019-08-19 13:15:54

Windows 10防火墻Visual Stud

2019-03-13 08:52:44

MacBook安裝Windows 10

2021-08-26 07:14:48

Windows 11操作系統(tǒng)微軟

2018-07-02 16:28:06

Windows 10PC修復(fù)

2018-12-14 12:00:28

WindowsWindows 10 文件錯誤

2018-09-06 13:50:00

WindowsWindows10Windows 95

2009-08-14 15:02:09

Visual Stud

2021-08-30 08:31:04

Windows 11微軟Visual Stud

2009-09-24 10:10:07

Visual Stud

2014-02-14 10:48:32

Visual StudNode.js

2016-09-13 23:15:26

windows 10微軟

2009-12-10 16:50:58

Visual Stud

2019-08-08 13:50:42

Windows 10安裝Game Pass

2023-09-27 17:41:59

WindowsVirtualBox

2018-04-25 09:33:54

Windows 10Vim Text Ed

2009-05-11 09:45:23

Visual Stud復(fù)制代碼ID

2010-11-30 09:06:28

Visual Stud
點(diǎn)贊
收藏

51CTO技術(shù)棧公眾號