Conversation
|
Hi @jonsequitur, |
|
I'm still unable to repro the issue so the fix is speculative. I'll need to do some additional verification that this hasn't introduced any issues and then publish a preview release to see if it resolves the issue for you. |
| async function activateCore(context: vscode.ExtensionContext, diagnosticsChannel: OutputChannelAdapter) { | ||
| const dotnetConfig = vscode.workspace.getConfiguration(constants.DotnetConfigurationSectionName); | ||
| const polyglotConfig = vscode.workspace.getConfiguration(constants.PolyglotConfigurationSectionName); | ||
| const minDotNetSdkVersion = '9.0'; |
There was a problem hiding this comment.
Good catch. Yes.
|
@Jafar313 I've published the potential fix in the preview version of the extension. Please give it a try. |
|
@jonsequitur |
No description provided.