Add support for the member VS Code scheme in the document selector to enable autocomplete for users working on IBM iSeries via the VS Code extension.
Currently, the document selector is limited to:
file
vscode-vfs
untitled
vscode-notebook-cell
vscode-userdata
Adding { scheme: "member" } to packages/vscode/src/tab-completion/utils/document-selector.ts will fix this.
Additional context
Users working on IBM iSeries using the VS Code extension for connecting to it will have all their files opened using the member scheme. This prevents autocomplete from working in their files.
🤖 Generated with Pochi
Add support for the
memberVS Code scheme in the document selector to enable autocomplete for users working on IBM iSeries via the VS Code extension.Currently, the document selector is limited to:
filevscode-vfsuntitledvscode-notebook-cellvscode-userdataAdding
{ scheme: "member" }topackages/vscode/src/tab-completion/utils/document-selector.tswill fix this.Additional context
Users working on IBM iSeries using the VS Code extension for connecting to it will have all their files opened using the
memberscheme. This prevents autocomplete from working in their files.🤖 Generated with Pochi