codefori / vscode-ibmi-fs

File system provider for IBM i QSYS
MIT License
8 stars 4 forks source link

Support only object schema #3

Closed worksofliam closed 1 year ago

worksofliam commented 1 year ago

Working on a custom editor this morning but just found out that custom editor can’t be tied to schemes. Why is that? I’d like do this instead of fileSelector.

    "customEditors": [
      {
        "viewType": "vscode-ibmi-fs",
        "displayName": "Object",
        "selector": [
          {
            "scheme": "object"
          }
        ],
        "priority": "default"
      }
    ],
worksofliam commented 1 year ago
          {
            "filenamePattern": "object*/**/*.{BNDDIR,bnddir}"
          },