-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Remove code lenses for "set as interpreter" #19853
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
Conversation
…s their references and instances. Also removed the setShebangInterpreter
@@ -100,11 +100,6 @@ export interface IInterpreterDisplay { | |||
registerVisibilityFilter(filter: IInterpreterStatusbarVisibilityFilter): void; | |||
} | |||
|
|||
export const IShebangCodeLensProvider = Symbol('IShebangCodeLensProvider'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You may have to remove the CodeLensProvider
and TextDocument
imports on line 2.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@karthiknadig Hi Karthik! Just removed those and pushed the changes. Everything is passing now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for removing the references as well.
Renamed the PR appropriately as that is what goes into our release notes. Also edited PR description to reference the issue this PR was about. |
Closes microsoft#3854 Removed shebangCodeLensProvider and IShebangCodeLensProvider as well as their references and instances. Also removed the setShebangInterpreter.
…19853) Closes microsoft/vscode-python#3854 Removed shebangCodeLensProvider and IShebangCodeLensProvider as well as their references and instances. Also removed the setShebangInterpreter.
Closes #3854
Removed shebangCodeLensProvider and IShebangCodeLensProvider as well as their references and instances. Also removed the setShebangInterpreter.