Skip to content
#

vscode-extension

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

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

sandy081
sandy081 commented Nov 30, 2020

Hi, I am developer of VS Code and I am currently going through those extensions which has custom welcome experience (notifications / views) on install. VS Code provides Settings Sync feature OOB and users can have their machines in sync using this feature. So, when user sync such extensions with custom welcome experience, they should not be seeing welcome experience again in their other machines.

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

You can’t perform that action at this time.