windows-terminal/.vscode
Tushar Singh 2386abb8df
unhide nuget `packages/` for VSCode (#15579)
Don't exclude nuget `packages/` in vscode. Excluding via `file.exclude`
also excludes them from c++ language extension's `includePath` and
generates missing include files and header errors.

We might still like to exclude them from full text search, so we do it
using `search.exclude`.

Closes #15578
2023-06-21 11:46:05 -05:00
..
extensions.json Create settings/tasks definitions for VScode builds and registration (#9297) 2021-02-26 18:50:15 +00:00
launch.json Create settings/tasks definitions for VScode builds and registration (#9297) 2021-02-26 18:50:15 +00:00
settings.json unhide nuget `packages/` for VSCode (#15579) 2023-06-21 11:46:05 -05:00
tasks.json Split `TermControl` into a Core, Interactivity, and Control layer (#9820) 2021-04-27 15:50:45 +00:00