This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
osu
Watch
1
Star
0
Fork
0
You've already forked osu
mirror of
https://github.com/ppy/osu
synced
2025-02-01 19:02:00 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
bdd417c1a1
osu
/
.vscode
/
extensions.json
7 lines
106 B
JSON
Raw
Normal View
History
Unescape
Escape
Add C# extension to recommended VS Code extensions 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
2022-03-22 09:30:54 +00:00
{
"recommendations"
:
[
Recommend C# Dev Kit extension on VSCode
2024-10-12 19:12:40 +00:00
"editorconfig.editorconfig"
,
"ms-dotnettools.csdevkit"
Add C# extension to recommended VS Code extensions 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
2022-03-22 09:30:54 +00:00
]
}
Reference in New Issue
Copy Permalink