llm-agent-plugin/.vscode/extensions.json
2026-07-06 01:50:38 +03:00

10 lines
752 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"recommendations": [
"dbaeumer.vscode-eslint", // Проверка ошибок в коде
"esbenp.prettier-vscode", // Автоматическое форматирование кода
"ms-vscode.js-debug", // Современный отладчик (встроен в VS Code, но важен для JS/TS)
"visualstudioexptteam.vscodeintellicode", // Умные подсказки при написании кода
"marp-team.marp-vscode", // Если работаете с презентациями в Markdown
"christian-kohler.path-intellisense" // Автодополнение путей к файлам (удобно для импортов)
]
}