update bio-formats version to 7.1.0.

This commit is contained in:
2024-01-24 12:13:35 +09:00
parent 4b56cfd9d8
commit e84c50fcff
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"