aboutsummaryrefslogtreecommitdiff
path: root/.vscode/extensions.json
blob: e4205ce0b1b4384b21b5d13bb3f827ab4e3313f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "recommendations": [
        "ms-dotnettools.csharp",
        "editorconfig.editorconfig",
        "github.vscode-github-actions",
        "ms-dotnettools.vscode-dotnet-runtime",
        "ms-dotnettools.csdevkit",
        "alexcvzz.vscode-sqlite"
    ],
    "unwantedRecommendations": [

    ]
}