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
URLをOpenした場合にBrowserではなく、VSCode上でブラウジングしたい。
自分の記憶違いでなければ、VSCode上でブラウジングできるような拡張があったはずなので、それを参考にしてみる。 (ただし、実装状況によってあまり推奨されないようであれば、見送る。)
Itemize your tasks in detail.
The text was updated successfully, but these errors were encountered:
拡張機能に依存することで、実現はできる。 正直、自分で実装するのはキツいし、機能として軽いものを選べば、依存するのも致し方ない。
let uri = vscode.Uri.parse(description); vscode.commands.executeCommand('browse-lite.open', uri)
対象の拡張機能:https://marketplace.visualstudio.com/items?itemName=antfu.browse-lite
Sorry, something went wrong.
atEaE
No branches or pull requests
Task
URLをOpenした場合にBrowserではなく、VSCode上でブラウジングしたい。
Achievement standard
自分の記憶違いでなければ、VSCode上でブラウジングできるような拡張があったはずなので、それを参考にしてみる。
(ただし、実装状況によってあまり推奨されないようであれば、見送る。)
Task Detail
Itemize your tasks in detail.
..etc..
Reference and Quotes
The text was updated successfully, but these errors were encountered: