vscode-browse-lite icon indicating copy to clipboard operation
vscode-browse-lite copied to clipboard

🚀 An embedded browser in VS Code

Results 37 vscode-browse-lite issues
Sort by recently updated
recently updated
newest added

This extension is not working with chromium on Kali Linux ARM64. ![image](https://user-images.githubusercontent.com/73735838/126066215-7a39d1d8-c430-4139-9164-736fcda1d8cd.png)

I have tried the following: ``` { "label" : "Open Live Server In Browse Lite" , "type" : "shell" , "command" : "${command:browse-lite.open}" , "args" : ["--startUrl=https://localhost:${config:liveServer.settings.port}"] } ``` With...

This extension is not working with chromium on Kali Linux ARM64. ![Uploading image.png…]()

See also upstream issue https://github.com/auchenberg/vscode-browser-preview/issues/77.

pr welcome

Display scaling 200% web page is not distinct

It seems like that it hits 'Enter' twice at one click... Reproduce in my ProseMirror project: **IN CHROME :** ![Kapture 2021-03-02 at 14 20 57](https://user-images.githubusercontent.com/46062972/109607221-e2fa5480-7b62-11eb-98a9-3df45e2a8dcb.gif) **IN EMBED BROWSER :** ![error](https://user-images.githubusercontent.com/46062972/109607271-f4436100-7b62-11eb-8ec0-188e277ee087.gif)...

bug
needs reproduction

### Describe the bug devtools 里的字体显示不正确 ### Reproduction when show devtools pannel ### System Info ```Shell System: OS: macOS 12.3 CPU: (12) x64 Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz Memory:...

### Describe the bug I am not able to use the browse-lite.open command along with an argument (specific link) in another extension. ` vscode.extensions.all; let bl = vscode.extensions.getExtension("antfu.browse-lite"); if (bl)...

### Clear and concise description of the problem When using the Browse Lite extension in Visual Studio Code, users encounter a limitation where the extension does not function in new...

enhancement

### Clear and concise description of the problem I want to a configurable option to set dark/light/auto mode. So I can work with light mode browser in my dark mode...

enhancement