Closed worksofliam closed 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" } ],
{ "filenamePattern": "object*/**/*.{BNDDIR,bnddir}" },
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.