Skip to content
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 862 Bytes

TROUBLESHOT.md

File metadata and controls

16 lines (10 loc) · 862 Bytes

Troubleshot section

No sourcemaps enabled

Error Message:

The current parser options have source maps disabled.
Without those, it's not possible to generate document symbol.

Explanation:

This extensions requires source maps in order to compute symbols presence and their location. This feature is usually enabled by default when installing the extension. If for some reason you're getting this error, it means they are not getting generated.

The option driving the generation is configurable in VSCode. Make sure the option is not being overridden in your user or workspace settings