Skip to content

Support "member" scheme in document selector for autocomplete #1847

Description

@1337Nerd

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions