Skip to content

Fix issues with deprecation warning#2007

Merged
bwateratmsft merged 1 commit intomasterfrom
bmw/depr
May 21, 2020
Merged

Fix issues with deprecation warning#2007
bwateratmsft merged 1 commit intomasterfrom
bmw/depr

Conversation

@bwateratmsft
Copy link
Collaborator

Fixes an issue with #1952 and also deals with the new C# extension publisher.

@bwateratmsft bwateratmsft requested a review from philliphoff May 21, 2020 13:50
@bwateratmsft bwateratmsft requested a review from a team as a code owner May 21, 2020 13:50
// extension as a whole to depend on it. Hence, we only check for its existence if/when asked to
// debug .NET Core in Docker containers.
const dependenciesSatisfied = this.getExtension('ms-vscode.csharp') !== undefined;
const dependenciesSatisfied = this.getExtension('ms-vscode.csharp') !== undefined || this.getExtension('ms-dotnettools.csharp') !== undefined;
Copy link
Collaborator Author

@bwateratmsft bwateratmsft May 21, 2020

Choose a reason for hiding this comment

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

The C# extension changed their publisher (and thus, extension ID) without bothering to see who was using it; I noticed today when testing the old-style debugging for .NET Core.

@bwateratmsft bwateratmsft merged commit c626458 into master May 21, 2020
@bwateratmsft bwateratmsft deleted the bmw/depr branch May 21, 2020 17:55
Dmarch28 pushed a commit to Dmarch28/vscode-docker that referenced this pull request Mar 4, 2021
@microsoft microsoft locked and limited conversation to collaborators Oct 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants