FluidFramework/.vscode
Abram Sanderson b2deac22af
Revert exclusion of dist/lib from autoimport paths (#22376)
## Description

These two exclusions cause imports to dependent packages to fail,
evidently since VSCode considers the 'correct' import paths for JS in
dist/lib to still be included.

Net effect here is we get import paths back, but the correct one needs
to be selected:


![image](https://github.com/user-attachments/assets/93834c88-bb6f-4054-a6d8-03a79df73324)

Further investigation in this space would be nice, but while that
happens the experience of having too many autoimports is preferable to
having none.

Co-authored-by: Abram Sanderson <absander@microsoft.com>
2024-09-04 16:44:05 +00:00
..
extensions.json Add biome VSCode extension to the recommendations (#20140) 2024-03-14 14:49:52 -07:00
launch.json feat(build-cli): New command generate:releaseNotes (#21951) 2024-08-05 20:36:46 +00:00
settings.json Revert exclusion of dist/lib from autoimport paths (#22376) 2024-09-04 16:44:05 +00:00
tasks.json tools: split Mocha debug into explicitly CJS/ESM tasks (#19748) 2024-02-22 12:00:10 -08:00