/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.vscode/extensions.json
23 строки
803 B
zefr0x
use ruff rather than flake8 for python code linting (#37045)
24 май 2025, 17:19
Не верифицирован
24 май 2025, 17:19
60eb7c9
Код
Авторство
О чём код?
{ // See http://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations. // Extension identifier format: ${publisher}.${name}. Example: vscode.csharp // List of extensions which should be recommended for users of this workspace. "recommendations": [ // Trim only touched lines. "NathanRidley.autotrim", // ESLint support. "dbaeumer.vscode-eslint", // C/C++ language support. "ms-vscode.cpptools", // Rust language support. "rust-lang.rust-analyzer", // CSS support for HTML documents. "ecmel.vscode-html-css", // IDL language support "mythmon.idl", // TOML files "tamasfe.even-better-toml", // Python files "charliermarsh.ruff" ] }