FluidFramework/.vscode
Abram Sanderson f2873ca831
Don't suggest autoImport from -previous package versions (#21890)
## Description

Tweaks vscode settings to avoid having typescript suggest auto imports
from various `-previous` package versions which we use for type testing.
These imports are basically always wrong, and can frequently lead to
confusing errors (because the type will usually be *close* to the type
you really want).

Note: auto imports are a bit finnicky, and I wasn't able to validate
this works myself due to not seeing the problematic auto imports in the
baseline. But I know I have seen them in the past, and Noah (who was
seeing problematic imports) confirmed that this removed them.

Co-authored-by: Abram Sanderson <absander@microsoft.com>
2024-07-15 19:38:43 +00:00
..
extensions.json Add biome VSCode extension to the recommendations (#20140) 2024-03-14 14:49:52 -07:00
launch.json launch.json: Debug current tests suggestions (#21820) 2024-07-10 14:36:09 -07:00
settings.json Don't suggest autoImport from -previous package versions (#21890) 2024-07-15 19:38:43 +00:00
tasks.json tools: split Mocha debug into explicitly CJS/ESM tasks (#19748) 2024-02-22 12:00:10 -08:00