jan/.vscode/extensions.json
ethanova abe265ac71
make the model selector popup responsive and wider for bigger screens (#5025)
* make the model selector popup responsive and wider for bigger screens

* fix linting issue

* use vscode config files to recommend prettier plugin and use it to auto format on save

---------

Co-authored-by: Ethan Garber <ethancgarber@gmail.com>
2025-05-20 22:54:47 +07:00

5 lines
67 B
JSON

{
"recommendations": [
"esbenp.prettier-vscode"
]
}