mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
* add l10n extension sample, delete vscode-nls sample * rev l10n versions * fix a couple typos * move around sections * updates * final * include link to API
8 lines
169 B
JSON
8 lines
169 B
JSON
{
|
|
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
|
// for the documentation about the extensions.json format
|
|
"recommendations": [
|
|
"dbaeumer.vscode-eslint"
|
|
]
|
|
}
|