VSCode 套件安裝
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
C 語言開發
MinGW
- mingw-get-setup.exe
- mingw32-gcc-g++-bin
- mingw32-gdb-bin
- 檔案總管 > 電腦 > 內容 > 進階系統設定 > 環境變數 > Path 加入
\MinGW\bin
套件
- C/C++ (C/C++ 語言的支援)
- C++ Intellisense
- Code Runner
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Java 開發
Java Development Kit (JDK)
Maven
- Downloading Apache Maven
Binary zip archive
- 檔案總管 > 電腦 > 內容 > 進階系統設定 > 環境變數 > Path 加入
\Java\apache-maven-\bin
- 修改
apache-maven-3.0.3\conf\settings.xml
中存放 *.jar
的位址
套件
- Java Extension Pack
- Jetty for Java
- Tomcat for Java
- Spring Boot Extension Pack
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
設定
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
建立 Java 專案
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Python 開發
Remote - WSL
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
WSL
套件
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
啟動功能
- open PowerShell as an Administrator and type:
- new Status bar item
|
|
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
|
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
|
或在 shell 上輸入 $ code .
,也可開啟 VSCode
Remote - SSH
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
SSH client
OS |
Instructions |
Windows 10 |
安裝 OpenSSH |
macOS |
Comes pre-installed. |
Debian/Ubuntu |
$ sudo apt-get install openssh-client |
RHEL / CentOS |
$ sudo yum install openssh-clients |
SSH server
OS |
Instructions |
Windows 10 |
安裝 OpenSSH |
macOS |
允許遠端電腦取用您的 Mac |
Debian/Ubuntu |
$ sudo apt-get install openssh-server |
RHEL / CentOS |
$ sudo yum install openssh-server && sudo systemctl start sshd.service && sudo systemctl enable sshd.service |
套件
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
連接 SSH Server
- 在 VSCode 按下
Ctrl+Shift+P
,並選擇 Remote-SSH: Connect to Host…
- 輸入
<username>@<host>:<port>
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
- 選擇主機的平台
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →