ritwickdey / vscode-live-sass-compiler

Compile Sass or Scss file to CSS at realtime with live browser reload feature.
https://ritwickdey.github.io/vscode-live-sass-compiler/
MIT License
657 stars 169 forks source link

Causes Error #152

Open jdjacobs2 opened 5 years ago

jdjacobs2 commented 5 years ago

Issue Type: Bug

Enabling Live Sass Compiler causes error "Extension host terminated unexpectedly", among others, including vim extensions not to be recognized. Disabling Live Server removes the error and Code works properly including Vim extensions.

Extension version: 3.0.0 VS Code version: Code 1.32.3 (a3db5be9b5c6ba46bb7555ec5d60178ecc2eaae4, 2019-03-14T23:38:49.842Z) OS version: Linux x64 4.15.0-45201902141402-generic

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz (4 x 2355)| |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: disabled_software
surface_synchronization: enabled_on
video_decode: unavailable_off
webgl: enabled
webgl2: enabled| |Load (avg)|2, 1, 1| |Memory (System)|7.66GB (1.54GB free)| |Process Argv|--unity-launch| |Screen Reader|no| |VM|0%|
Christopher-Hayes commented 3 years ago

This bug is fixed in the new repo. I also had this bug and was going to stop using this extension, but Glenn has been continuing to update the code in his own repository, including fixing the crashing the extension host.

The new repo is at https://github.com/glenn2223/vscode-live-sass-compiler and the new extension is downloadable if you search for "Live SASS Compiler - Glenn Marks" in VSCode.