* chore: Jan's code is now under the Apache license (#5042) * 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> * chore: update Jan change logs v0.5.17 chore: update Jan change logs v0.5.17 * Update README.md (#5072) Updated license to Apache 2.0 --------- Co-authored-by: ethanova <ethanova@users.noreply.github.com> Co-authored-by: Ethan Garber <ethancgarber@gmail.com> Co-authored-by: David <david@menlo.ai> Co-authored-by: Emre Can Kartal <159995642+eckartal@users.noreply.github.com>
5 lines
89 B
JSON
5 lines
89 B
JSON
{
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true
|
|
}
|