1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-16 18:32:54 +08:00

Merge pull request #17406 from mcpower/vscode-recommended-extensions

Add C# extension to recommended VS Code extensions
This commit is contained in:
Dean Herbert 2022-03-22 19:18:05 +09:00 committed by GitHub
commit 6e55d7df02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"recommendations": [
"ms-dotnettools.csharp"
]
}