12 lines
337 B
JSON
12 lines
337 B
JSON
|
{
|
||
|
// 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
|
||
|
"eg2.tslint",
|
||
|
"esbenp.prettier-vscode",
|
||
|
"codezombiech.gitignore",
|
||
|
"EditorConfig.EditorConfig"
|
||
|
]
|
||
|
}
|