mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-26 03:03:50 +01:00
* feat: add modern file icon theme with SVG assets and configuration * fix: add missing newlines at the end of SVG and JSON files * feat: add TypeScript icon and update README for modern icon theme Co-authored-by: Copilot <copilot@github.com> * fix: add missing newline at the end of typescript.svg * feat: add modern icons for Apple, Argdown, ASM, and Audio file types Co-authored-by: Copilot <copilot@github.com> * Add new SVG icons for various file types in the modern theme - Added video.svg for video files - Added vue.svg for Vue.js files - Added wasm.svg for WebAssembly files - Added wat.svg for Wat files - Added webpack.svg for Webpack files - Added wgt.svg for WGT files - Added windows.svg for Windows files - Added word.svg for Word documents - Added xls.svg for Excel files - Added xml.svg for XML files - Added yarn.svg for Yarn files * feat: add update script and implement icon theme generator Co-authored-by: Copilot <copilot@github.com> * feat: implement currentColor support for image icons in file icon theme * fix: add missing newline at the end of fileIconThemeData.test.ts * feat: update SVG icons and integrate them into the modern icon theme Co-authored-by: Copilot <copilot@github.com> * feat: remove old SVG icons and add new icons for file and folder types Co-authored-by: Copilot <copilot@github.com> * feat: update README and icon theme to reflect currentColor support; remove unused SVG icons Co-authored-by: Copilot <copilot@github.com> --------- Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com> Co-authored-by: Copilot <copilot@github.com>