This website requires JavaScript.
Explore
Help
Sign In
h1or4dme8
/
osu-lazer
Watch
1
Star
0
Fork
0
You've already forked osu-lazer
mirror of
https://github.com/ppy/osu.git
synced
2024-11-15 18:37:52 +08:00
Code
Issues
Releases
Wiki
Activity
2ae8c36d17
osu-lazer
/
.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 17:30:54 +08:00
{
"recommendations"
:
[
Recommend C# Dev Kit extension on VSCode
2024-10-13 03:12:40 +08: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 17:30:54 +08:00
]
}
Reference in New Issue
Copy Permalink