mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-28 11:40:25 +00:00
13 lines
342 B
JSON
13 lines
342 B
JSON
{
|
|
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
|
// for the documentation about the extensions.json format
|
|
"recommendations": [
|
|
"mrmlnc.vscode-json5",
|
|
"ms-python.python",
|
|
"ms-python.debugpy",
|
|
// Linting / Formatting
|
|
"esbenp.prettier-vscode",
|
|
"dbaeumer.vscode-eslint",
|
|
"bradlc.vscode-tailwindcss"
|
|
]
|
|
}
|