tht13 / html-preview-vscode

A HTML previewer for Visual Studio Code
MIT License
44 stars 22 forks source link

HTML Preview doesn't update preview when CSS is modified #28

Open bitcrazed opened 4 years ago

bitcrazed commented 4 years ago

Repro Steps:

  1. Open VSCode
  2. Install "HTML Preview” add-in
  3. Open a dev folder in VSCode
  4. Create a simple local HTML page and separate CSS page
  5. Type in HTML for simple page
  6. Type in CSS for simple styling
  7. Open HTML page
  8. Open HTML preview to the side
  9. Edit CSS to set body background to magenta & hit save

Expected

Actual

Is this:

  1. Just me doing something silly?
  2. Something wrong with the addin?
  3. Something wrong in VSCode?
  4. Other?