Skip to content
New issue

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

URLをOpenした場合にBrowserではなく、VSCode上でブラウジングしたい。 #46

Open
2 tasks
atEaE opened this issue May 6, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request survey idea survey

Comments

@atEaE
Copy link
Owner

atEaE commented May 6, 2021

Task

URLをOpenした場合にBrowserではなく、VSCode上でブラウジングしたい。

Achievement standard

自分の記憶違いでなければ、VSCode上でブラウジングできるような拡張があったはずなので、それを参考にしてみる。
(ただし、実装状況によってあまり推奨されないようであれば、見送る。)

Task Detail

Itemize your tasks in detail.

  • 類似の拡張機能が存在しないか調査する。
  • VSCode上でブラウジング可能か調査する。
    ..etc..

Reference and Quotes

@atEaE atEaE added enhancement New feature or request survey idea survey labels May 6, 2021
@atEaE atEaE self-assigned this May 6, 2021
@atEaE
Copy link
Owner Author

atEaE commented May 11, 2021

拡張機能に依存することで、実現はできる。
正直、自分で実装するのはキツいし、機能として軽いものを選べば、依存するのも致し方ない。

let uri = vscode.Uri.parse(description);
vscode.commands.executeCommand('browse-lite.open', uri)

対象の拡張機能:https://marketplace.visualstudio.com/items?itemName=antfu.browse-lite

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request survey idea survey
Projects
None yet
Development

No branches or pull requests

1 participant