vscode-open-in-default-browser icon indicating copy to clipboard operation
vscode-open-in-default-browser copied to clipboard

Open In Default Browser

Results 11 vscode-open-in-default-browser issues
Sort by recently updated
recently updated
newest added
trafficstars

I get this error why clicking the context menu item to open the HTML file in my default browser: Create service failed listen EACCES: permission denied 0.0.0.0:52330

I don't want it always running on a fixed port. I hope it's something can be configured.

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

Type: Bug Hey Team, When attempting to open my HTML document in the default browser, I receive an error message "Open browser failed!! Please check if you have installed the...

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1. Release notes Sourced from ansi-regex's releases. v5.0.1 Fixes (backport of 6.0.1 to v5) This is a backport of the minor ReDos vulnerability in ansi-regex@<6.0.1,...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

当我设置文件默认的打开方式为浏览器时, 插件可以很好的工作, vscode中按下Ctrl + 1可以把文件在浏览器中打开 ![Screenshot from 2021-05-21 20-42-32](https://user-images.githubusercontent.com/39987622/119139035-28009980-ba75-11eb-97ad-bb7dc3119c8e.png) 但当我把文件的默认打开方式设置为文本编辑器时, vscode中按下Ctrl + 1却是把文件在文本编辑器中打开了 ![Screenshot from 2021-05-21 20-46-25](https://user-images.githubusercontent.com/39987622/119139474-a3624b00-ba75-11eb-8d51-1a75ecc31742.png) 插件的版本为`v2.1.4`, vscode的版本为`1.56.2`