feat(ext): add Excalidraw

This commit is contained in:
2025-08-22 09:12:27 +01:00
parent 2820ceec95
commit c0d3ef9b4f
3 changed files with 38 additions and 22 deletions

View File

@@ -761,6 +761,19 @@
],
//
// ===========================================================================
// MARK: Excalidraw
// ===========================================================================
// Extension:
// - https://marketplace.visualstudio.com/items?itemName=pomdtr.excalidraw-editor
//
"excalidraw.theme": "auto",
"excalidraw.image": {
"exportScale": 2,
"exportWithBackground": true,
"exportWithDarkMode": true
},
//
// ===========================================================================
// MARK: Command aliases
// ===========================================================================
// Extension: