linux無法啟動vscode?
是否正確安裝。否則是無法運作的
安裝Visual Studio Code
首先需要安裝Ubuntu Make。 Ubuntu Make存在Ubuntu 15.04資源庫中,但需要Ubuntu Make 0.7以上版本才能安裝Visual Studio。所以,需要透過官方PPA更新到最新的Ubuntu Make,支援Ubuntu 14.04、14.10和15.04,但僅64位元版本。
開啟終端,使用下列指令,透過官方PPA來安裝Ubuntu Make:
sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make sudo apt-get update sudo apt-get install ubuntu-make
安裝Ubuntu Make完後,接著使用下列指令安裝Visual Studio Code:
umake web visual-studio-code
卸載Visual Studio Code,同樣使用Ubuntu Make指令。如下:
umake web visual-studio-code --remove
如果不使用Ubuntu Make,也可以透過微軟官方下載安裝檔。
Download Visual Studio Code for Linux
推薦:《Linux教學》
以上是linux無法啟動vscode怎麼辦的詳細內容。更多資訊請關注PHP中文網其他相關文章!