Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test document selector clarification #48408

Closed
2 tasks done
jrieken opened this issue Apr 23, 2018 · 0 comments
Closed
2 tasks done

Test document selector clarification #48408

jrieken opened this issue Apr 23, 2018 · 0 comments
Assignees
Milestone

Comments

@jrieken
Copy link
Member

jrieken commented Apr 23, 2018

Refs: #21886

Complexity: 2

When registering feature like IntelliSense et al, some extensions use language identifiers, like typescript, as document selector. That's fine and OK but also means that they receive documents that are not stored on disk. Often that comes to as a surprise to extensions authors and we want to add some clarification. Register a language-feature as described about and test that

  • you get an information message (on the console) with a fwd-link to a help-page explaining the challenge
  • you get that message only once per session
  • you get that message only for the extension your are currently developing
@jrieken jrieken removed their assignment Apr 23, 2018
@jrieken jrieken added this to the April 2018 milestone Apr 23, 2018
@sandy081 sandy081 removed their assignment Apr 24, 2018
@mjbvz mjbvz closed this as completed Apr 24, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Jun 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants