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

Resolve warning message related to document filters #1530

Closed
DonJayamanne opened this issue Apr 27, 2018 · 0 comments · Fixed by #1531
Closed

Resolve warning message related to document filters #1530

DonJayamanne opened this issue Apr 27, 2018 · 0 comments · Fixed by #1531
Assignees
Labels
debt Covers everything internal: CI, testing, refactoring of the codebase, etc.
Milestone

Comments

@DonJayamanne
Copy link

The following message is displayed in VS Code:

Extension 'ms-python.python' uses a document selector without scheme. Learn more about this: https://go.microsoft.com/fwlink/?linkid=872305

Areas to fix:

  • src\client\unittests\codeLenses\main.ts
    disposables.push(vscode.languages.registerCodeLensProvider(constants.PythonLanguage, codeLensProvider));
@DonJayamanne DonJayamanne added this to the April 2018 milestone Apr 27, 2018
@DonJayamanne DonJayamanne self-assigned this Apr 27, 2018
@DonJayamanne DonJayamanne added the debt Covers everything internal: CI, testing, refactoring of the codebase, etc. label Apr 27, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Jul 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debt Covers everything internal: CI, testing, refactoring of the codebase, etc.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants