f2873ca831
## 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> |
||
---|---|---|
.. | ||
extensions.json | ||
launch.json | ||
settings.json | ||
tasks.json |