blob: f571a4839300661fea03d8cd632b412ccf38388f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
"dbaeumer.vscode-eslint",
"streetsidesoftware.code-spell-checker",
"streetsidesoftware.code-spell-checker-dutch",
"ymotongpoo.licenser"
]
}
|