Demo VSCode project to demonstrate the glint double hint issue discussed here: https://discord.com/channels/480462759797063690/1334122360831475772
git clone https://github.com/bartocc/glint-double-hint.gitcd glint-double-hintnpm installcode --install-extension typed-ember.glint-vscode
code .code web/index.gts- hover over
Foo - you should see a single hint
open glint-double-hint.code-workspacecode web/index.gts- hover over
Foo - you should see a double hint
You can now fix the double hint with the following steps
code glint-double-hint.code-workspace- replace the
folderskey with"folders": [{ "path": "web" }], code web/index.gts- hover over
Foo - you should see a single hint