Skip to content
#

vscode-extension

Here are 3,652 public repositories matching this topic...

kirmanak
kirmanak commented Sep 7, 2018

Describe the bug
The property 'editor' can be undefined (see Screenshots section).

To Reproduce
Steps to reproduce the behavior:

  1. Start VSCode
  2. Check Breakpoints > Promise Rejects and Breakpoints > Uncaught Exceptions
  3. Start my extension in debug mode (Debugger > Launch client). I believe, that can be r
vscode-drawio
nopeslide
nopeslide commented Oct 23, 2020

Draw.io has many internal options, that can be used to enable additional features and could be exposed to the user.
I identified these as useful:

  • mxGraph.prototype.setConnectableEdges

    • make edges connectable
      • would love this feature to be configurable
    • default: false
  • mxGraph.prototype.setAllowDanglingEdges

    • edges need to have a src & dst
    • default: true
  • `mxGr

Improve this page

Add a description, image, and links to the vscode-extension topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vscode-extension topic, visit your repo's landing page and select "manage topics."

Learn more