The Kylin remote development extension allows programming on a remote machine through Kylin-IDE or a browser in x86_64, arm64, and loongarch64 platform.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Search for "kylin remote" in the store,find the extension and install it
Add SSH Target Host
After installing the extension,Click Remote Explorer->"Add" button and enter ssh remote target ,such as : 'test@192.168.1.101'(Default remote ssh Port 22)or 'test@192.168.1.101:1234'(set remote ssh port as 1234)
Initialize the remote development environment
Select the remote target you want to connect to in Remote Explorer and click "Window open" to open it;
Enter the ssh user password;
Automatically initialize the remote development environment;
Enter the Remote Environment
Select the remote target you want to connect to in Remote Explorer and click "Window open" or "Browser " to open it;
Enter the ssh user password;
You can start code in the window or browser that opens.
Notice
*Not all browsers can perfectly support the remote development, chrome、 Firefox、 and Chianxin browsers on the x86、arm64 platforms have good support.When using this extension on other platforms, you are advised to open the remote development environment in window mode. *