Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.26 KB

debug-extension.md

File metadata and controls

39 lines (25 loc) · 1.26 KB

Debug extension

Test the extension in isolation

  • Disable all extensions Disable all extensions

  • Enable just this extension: phoenisx.cssvar

image

  • Test if the extension works properly after this, if not please follow the steps from next section
  • You should enable all your installed extensions, once done testing the extension Enable all extensions

How to look into Console Errors/Warnings for this extension

Step 1:

Open your deveoper tools form VSCode Help menu:

toggle_dev_tools

Step 2:

Find the error/warning in the VSCode devtools view. The error will have the following structure:

[cssvar]: ERROR MESSAGE

Add the filter [cssvar]: in the DevTools Console, for better visibility.

Please share the entire error message when opening any issue. 🙇