chore(vs-code): extension recommandations

This commit is contained in:
Elian Doran 2025-05-01 20:56:29 +03:00
parent d48face40f
commit d388cfa653
No known key found for this signature in database
2 changed files with 8 additions and 13 deletions

View File

@ -1,8 +1,14 @@
{ {
"recommendations": [ "recommendations": [
"dbaeumer.vscode-eslint",
"editorconfig.editorconfig",
"lokalise.i18n-ally",
"ms-azuretools.vscode-docker",
"ms-playwright.playwright", "ms-playwright.playwright",
"nrwl.angular-console", "nrwl.angular-console",
"ms-azuretools.vscode-docker", "redhat.vscode-yaml",
"redhat.vscode-yaml" "tobermory.es6-string-html",
"vitest.explorer",
"yzhang.markdown-all-in-one"
] ]
} }

View File

@ -1,11 +0,0 @@
{
"recommendations": [
"lokalise.i18n-ally",
"editorconfig.editorconfig",
"vitest.explorer",
"ms-playwright.playwright",
"tobermory.es6-string-html",
"dbaeumer.vscode-eslint",
"yzhang.markdown-all-in-one"
]
}