Skip to content
| Marketplace
Sign in
Visual Studio Code
>
Other
>
Http File System
New to Visual Studio Code?
Get it now.
Http File System
taoeer
|
4 installs
|
(
0
)
|
Free
a http based file system
Installation
Launch VS Code Quick Open (
Ctrl+P
), paste the following command, and press enter.
Copy
Copied to clipboard
More Info
Overview
Version History
Q & A
Rating & Review
通过http远程编辑服务器上的文件
需求搭配服务端一起使用
原理
实现了一个
FileSystemProvider
通过http请求服务器获得文件列表、保存、新建文件
使用方式
运行服务端
vscode 内
ctrl + p
输入
setup Setup Workspace
输入服务端地址
选择要打开的文件夹后点击后面的✔(回车是进入子目录)
开始编辑和查看吧💕