Skip to content

Conversation

colombod
Copy link
Member

@colombod colombod commented Dec 4, 2023

No description provided.

@@ -122,7 +122,7 @@ export async function activate(context: vscode.ExtensionContext) {
const polyglotConfig = vscode.workspace.getConfiguration(constants.PolyglotConfigurationSectionName);
const launchOptions = await getInteractiveLaunchOptions();
if (!launchOptions) {
throw new Error(`Unable to get interactive launch options. Please see the '${diagnosticsChannel.getName()}' output window for details.`);
throw new Error(`Unable to get interactive launch options.Please see the '${diagnosticsChannel.getName()}' output window for details.`);

Choose a reason for hiding this comment

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

Should this space have been removed?

@colombod colombod force-pushed the fix_messages_for_sdk_install branch 2 times, most recently from a6cc3be to 628dc51 Compare December 4, 2023 12:30
@colombod colombod force-pushed the fix_messages_for_sdk_install branch from 628dc51 to c95ed81 Compare December 4, 2023 12:31
@colombod colombod merged commit eb14786 into dotnet:main Dec 4, 2023
@colombod colombod deleted the fix_messages_for_sdk_install branch December 4, 2023 16:33

## 1. Install [here](https://dotnet.microsoft.com/en-us/download)
## 1. Install [here](https://dotnet.microsoft.com/en-us/download/8.0)
Copy link
Contributor

Choose a reason for hiding this comment

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

This URL is a 404.


## 1. Install [here](https://dotnet.microsoft.com/en-us/download)
## 1. Install [here](https://dotnet.microsoft.com/en-us/download/8.0)
Copy link
Contributor

Choose a reason for hiding this comment

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

This URL is a 404.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants