IntelliSense autocomplete doesn't work with any version
julien-blanchon opened this issue · 0 comments
julien-blanchon commented
Describe the bug
VScode-iconify IntelliSense isn't working for a while on both my computer. When I try to target autocompletion for a Svelte <Icon icon="mdi:loading" class="mr-2 h-4 w-4 animate-spin" />
in mdi:loading
. I don't get any error in the extension tab but I get the following error the vscode js console debugger:
Reproduction
Reproduction
System Info
System:
OS: macOS 14.0
CPU: (8) arm64 Apple M1 Pro
Memory: 69.69 MB / 16.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 20.11.1 - ~/.nvm/versions/node/v20.11.1/bin/node
Yarn: 4.0.1 - ~/.volta/bin/yarn
npm: 10.2.4 - ~/.nvm/versions/node/v20.11.1/bin/npm
pnpm: 8.15.4 - ~/.local/share/pnpm/pnpm
bun: 1.0.30 - /opt/homebrew/bin/bun
Watchman: 2024.01.22.00 - /opt/homebrew/bin/watchman
Used Package Manager
pnpm
Validations
- Follow our Code of Conduct
- Read the Contributing Guide.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
- The provided reproduction is a minimal reproducible of the bug.