mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00: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