From c252b9dc193be1ef887f836b84bfc26809c359fe Mon Sep 17 00:00:00 2001 From: Dich Date: Sat, 12 Apr 2025 20:11:57 +0800 Subject: [PATCH] update:win_all --- content/windows-all.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/windows-all.md b/content/windows-all.md index 6df6d40..f94e5ed 100644 --- a/content/windows-all.md +++ b/content/windows-all.md @@ -157,6 +157,16 @@ Convert-VHD -Path "output.vhd" -DestinationPath "output.vhdx" -VHDType Dynamic [VS Codium](https://github.com/VSCodium/vscodium)Visual Studio Code,也称为VS Code,是一款支持Linux,Windows和macOS的代码编辑器。它既能编辑简单文本,也能像集成开发环境(IDE)一样管理整个代码库。它还可以通过插件进行扩展,被广泛认为是一个可靠的文本编辑器,轻松打败其他编辑器,而VS Codium是一款开源的Vscode,去除了Trakcer和远程报告功能和可能侵犯你隐私的功能。 +> Vscode SSH 连接 + +使用``Open Remote - SSH``插件,需要创建.ssh文件夹;Windows中在``C://users//username//``路径下。 + +随后使用插件新建一个连接,如: +``` +Host myserver + HostName 192.168.1.100 + User your_username +``` ### 使用终端工具 在开发的时候我们常常遇到需要打开多个终端的情景,那么有没有一款工具可以将SSH/WSL/telnet/SFTP/串口通信一网打尽呢?