Configure the project vscode settings to suppress the dotnet SDK dialog
Open
0 - Triaging
Build Automation
- Dominant language
- MDX
- Stars
- 223
- Forks
- 248
- Avg merge
- 1d 26m
- Merged PRs (30d)
- 4
Description
### What You Are Seeing?
Whenever opening the repository in a codespace, receiving a blocking dialog from the C# extension regarding the SDK not being on the path. It is possible to suppress this alert with the `.vscode/settings.json` file: `"csharp.suppressDotnetInstallWarning": true`
### What is Expected?
No dialogs shown.
### How Did You Get This To Happen? (Steps to Reproduce)
Load the repository in a fresh container or codespace.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.