mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-04 20:01:16 -06:00
**Bug** Most VSCode extensions currently specify `"exclude"` in their `tsconfig.json` but not `"include"`. This may result in extra files being included in each project **Fix** Add `"include": ["src/**/*"]` to all extension tsconfig files