We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
当我设置文件默认的打开方式为浏览器时, 插件可以很好的工作, vscode中按下Ctrl + 1可以把文件在浏览器中打开 但当我把文件的默认打开方式设置为文本编辑器时, vscode中按下Ctrl + 1却是把文件在文本编辑器中打开了
插件的版本为v2.1.4, vscode的版本为1.56.2
v2.1.4
1.56.2
The text was updated successfully, but these errors were encountered:
@yuanpeilin 你可以试一下开启 “使用本地HTTP服务打开” 选项,这样可以保证通过默认浏览器打开指定文件。 目前暂时不能保证使用默认浏览器打开 file:// 协议的文件,如果有好的建议,欢迎PR
file://
如何开启 “使用本地HTTP服务打开” 选项 TIPS:
打开“设置” -> 搜索 openInDefaultBrowser.run.openWithLocalHttpServer -> 勾选启用
openInDefaultBrowser.run.openWithLocalHttpServer
Sorry, something went wrong.
No branches or pull requests
当我设置文件默认的打开方式为浏览器时, 插件可以很好的工作, vscode中按下Ctrl + 1可以把文件在浏览器中打开
但当我把文件的默认打开方式设置为文本编辑器时, vscode中按下Ctrl + 1却是把文件在文本编辑器中打开了
插件的版本为
v2.1.4
, vscode的版本为1.56.2
The text was updated successfully, but these errors were encountered: