English | 简体中文
切换系统hosts的vscode插件
开发时可快速切换hosts配置
- 根据多个配置快速切换hosts
- 快速打开系统hosts文件
- 保存更新默认hosts
该插件使用以下配置
-
"switchHosts.config": { // hosts方案配置 "config name": { // 配置名称 "domain": "ip" // 域名: ip } },
-
"switchHosts.selected": [ // 选中的配置 "config name" // 配置名称 ],
使用vscode的管理员权限保存hosts时, 最好是使用environmentService.cliPath, 所以在现在的解诀方案中, vscode的构建版本中的某些版本的判断可以会出错
Initial release of switch-hosts
Complete basic functions:
- hosts config
- hosts save
- hosts selected
- hosts update default hosts
- add README features gif
- Support VS code Insiders version
- add open system hosts file:
Ctrl + Shift + p
>switch-hosts: openHostsFile
- add saved hosts notification
Enjoy!😁