Open
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.72.2
- OS Version: MacOS 12.6
Steps to Reproduce:
- Create an empty folder
- Run npm init inside
- Install sass
npm install sass
- Create a
main.scss
file - Try to use a Sass built-in module like
@use 'sass:math'
I get no intelliSense to autocomplete the built-in sass modules when typing @use 'sas...'
and i get no intellisense from math.
I've tried on a fresh insider build with no extensions and no user settings.
From what i could find, it should be supported currently