HarshdeepGupta / live-html-preview

The most popular extension for previewing HTML documents.
https://marketplace.visualstudio.com/items?itemName=hdg.live-html-previewer
26 stars 15 forks source link

side preview #30

Open edanmq opened 5 years ago

edanmq commented 5 years ago

Issue Type: Bug

The >side preview feature is not working. Has it been fixed yet? (I've seen other people report on the same issue)

Extension version: 0.3.0 VS Code version: Code 1.35.1 (c7d83e57cd18f18026a8162d042843bda1bcf21f, 2019-06-12T14:30:02.622Z) OS version: Windows_NT x64 10.0.17763

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz (8 x 1992)| |GPU Status|2d_canvas: enabled
checker_imaging: disabled_off
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: disabled_software
rasterization: enabled
surface_synchronization: enabled_on
video_decode: enabled
webgl: enabled
webgl2: enabled| |Load (avg)|undefined| |Memory (System)|11.44GB (4.41GB free)| |Process Argv|| |Screen Reader|no| |VM|0%|
kostasx commented 5 years ago

For those of you struggling to get the extension working, I've created a new version of this extension and updated it to support the new WebView API: https://marketplace.visualstudio.com/items?itemName=kostasx.live-html-previewer-v2

The new version is now working and also supports JavaScript.

Meanwhile, here are the changes I've made to the original fork: https://github.com/kostasx/live-html-preview/commit/19dbd37d1404108d2b7d7bde7ba3fb5392ec7300

Waiting for feedback.

@HarshdeepGupta

kvnloughead commented 4 years ago

I have tried both the old version and the new version and am still getting "command 'extension.sidePreview' not found" errors when trying to use side preview. Similar message occurs when trying to do full preview or open in browser.

I'm running WSL2 on Windows.