chrome-vs-code icon indicating copy to clipboard operation
chrome-vs-code copied to clipboard

A web browser integrated in VS Code editor tabs. :radioactive: experimental :radioactive:

Results 10 chrome-vs-code issues
Sort by recently updated
recently updated
newest added

Added description how to install and make it work

Hello! I've just tried to install chrome-vs-code but every time I try to open the browser, vs code gives me this error msg; vscode.previewHtml not found, any ideas?

Hey, I was wondering what's going on with your project. Cheers from Switzerland

question

Hii, please make it support WebSokcet for live reloading from extension live-server or simply just reloading when i save the file in the same url (localhost url)

It would be helpful if one could select the text (possibly errors), right click and choose **Search in Browser** Would enhance workflow. Instance (Borrowed from older issue by @thebrenny) ```...

steps to reproduce clone repo yarn install I get that error(build docs would also be nice): cp -r src/static/ out/src/static ./node_modules/.bin/coffee ./scripts/compileLessCss.coffee ./node_modules/.bin/browserify ./out/src/browser.js > ./out/src/browser.all.js Error: Cannot find module...

bug
unconfirmed

I use visual studio code for Clojurescript development. Unfortunately I can't get the localhost to display on the plugin. It says something about the not finding a matching renderer.

bug
unconfirmed

Hi, i have trouble in Youtube.com and Udemy.com: Youtube problem: Cannot reproduze any video and certains "clicks" don't response, ex: if you are on home page of youtube and click...

bug

Carrying on from #8. Brain dump pseudo: ```javascript let term = editor.selection; //actual variable codeBrowser.search(term); ``` Something more robust will be present tomorrow... 😴

needs more info