mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 05:57:52 +08:00
5631726164
The [official C# extension] is maintained by Microsoft and enables IDE-like support for C# in VS Code. If a user opens this repository in VS Code, they will be prompted to install it if they haven't already installed it. After installation, the extension will also prompt the user to install the .NET SDK if it's not found. [official C# extension]: https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp
6 lines
67 B
JSON
6 lines
67 B
JSON
{
|
|
"recommendations": [
|
|
"ms-dotnettools.csharp"
|
|
]
|
|
}
|