hediet / vscode-drawio

This unofficial extension integrates Draw.io (also known as diagrams.net) into VS Code.
https://marketplace.visualstudio.com/items?itemName=hediet.vscode-drawio
GNU General Public License v3.0
9.02k stars 406 forks source link

Feature/simple labels config #355

Closed bruno-villa closed 1 year ago

bruno-villa commented 1 year ago

Change to add the simpleLabels config option as described in https://github.com/hediet/vscode-drawio/issues/353. In general, looking at https://www.diagrams.net/doc/faq/configure-diagram-editor there are quite a few config options that are not currently configurable. Perhaps it might make sense to have a generic json config for all of these, although I understand most users probably do not have the necessity to adjust these.

Tested locally with the VSCode debugger but only in online mode. Offline mode would not load but I was not able to debug the reason (it was the same in master or v1.6.4).

Note there are some auto-linting changes.

hediet commented 1 year ago

Thank you! For offline mode you need to initialize the submodule.

bruno-villa commented 1 year ago

Thank you! For offline mode you need to initialize the submodule.

Of course, thanks! I missed that.