Skip to content

Remove code lenses for "set as interpreter" - #19853

Merged
Kartik Raj (karrtikr) merged 2 commits into
microsoft:mainfrom
ChinazoOnwukaike:main
Sep 16, 2022
Merged

Remove code lenses for "set as interpreter"#19853
Kartik Raj (karrtikr) merged 2 commits into
microsoft:mainfrom
ChinazoOnwukaike:main

Conversation

@ChinazoOnwukaike

@ChinazoOnwukaike Chinazo Onwukaike (ChinazoOnwukaike) commented Sep 16, 2022

Copy link
Copy Markdown

Closes #3854

Removed shebangCodeLensProvider and IShebangCodeLensProvider as well as their references and instances. Also removed the setShebangInterpreter.

…s their references and instances. Also removed the setShebangInterpreter
@ghost

Deleted user (ghost) commented Sep 16, 2022

Copy link
Copy Markdown

CLA assistant check
All CLA requirements met.

@luabud Luciana Abud (luabud) added the debt Code quality issues label Sep 16, 2022
registerVisibilityFilter(filter: IInterpreterStatusbarVisibilityFilter): void;
}

export const IShebangCodeLensProvider = Symbol('IShebangCodeLensProvider');

Copy link
Copy Markdown
Member

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.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Karthik Nadig (@karthiknadig) Hi Karthik! Just removed those and pushed the changes. Everything is passing now.

@karrtikr Kartik Raj (karrtikr) left a comment

Copy link
Copy Markdown

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.

@karrtikr Kartik Raj (karrtikr) changed the title remove shebangCodeLensProvider and IShebangCodeLensProvider as well a… Remove code lenses for "set as interpreter" Sep 16, 2022
@karrtikr

Kartik Raj (karrtikr) commented Sep 16, 2022

Copy link
Copy Markdown

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.

@karrtikr
Kartik Raj (karrtikr) merged commit d44e877 into microsoft:main Sep 16, 2022
Eleanor Boyd (eleanorjboyd) pushed a commit to eleanorjboyd/vscode-python that referenced this pull request Oct 4, 2022
Closes microsoft#3854

Removed shebangCodeLensProvider and IShebangCodeLensProvider as well as
their references and instances. Also removed the setShebangInterpreter.
Wes McKinney (wesm) pushed a commit to posit-dev/positron that referenced this pull request Mar 28, 2024
…19853)

Closes microsoft/vscode-python#3854

Removed shebangCodeLensProvider and IShebangCodeLensProvider as well as
their references and instances. Also removed the setShebangInterpreter.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

debt Code quality issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove code lenses for "set as interpreter"

4 participants