-
Notifications
You must be signed in to change notification settings - Fork 155
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
please continue this extension #225
Comments
@auchenberg, please the above comment Even though vscode implemented a "Simple Browser" option, it doesn't work, And nowadays, where the vscode server is open-sourced and can be self-hosted in a server to access it from a browser, I also like the development to be continued. |
I agree. Live preview it's just not the same thing. I don't need to run a web server and then open a tab in vscode. I need just to open a browser in vscode so I can check the changes without switching to another app (I often work with just the laptop screen). To run the web server I already use other CLI tools that reload the pages at every change. Now from vscode v1.68 it's not possible to install this extension anymore. I guess I won't update it anymore because I need this extension more than new vscode's features. |
Funny enough; in the project I am working on Browser preview it's the only way I found to successfully set breakpoints and debug the frontend Angular app. :D For sure there are other tools and ways to do it but I already spent some time before and frankly I don't have other time to spend on it. Plus, now I have breakpoints and browser in vscode. :) So, yeah I can't really afford to lose this extension. |
@y-chen Did you try antfu/vscode-browse-lite? |
@uyar thanks very much for the hint! It looks a very nice extension with even the development toolbar, will be useful to check the console messages. Unfortunately when I try to launch it in debug mode I get I guess I will use Browser Preview to debug but I will definitely keep both. Thank you again! |
I totally understand the dependency of the current use cases that are not supported with iframe-based solutions like Live Preview. As the team investigates how to move the features of this extension forward, I did update the deprecated list so users can still install the extension. |
Seems like this excellent extension is being deprecated in favor of Live preview.
Live preview does not offer the below features and does not seem to be in its roadmap either
vscode-browser-preview is to be the only extension in the entire marketplace which does this.
The text was updated successfully, but these errors were encountered: