fix publishers api

This commit is contained in:
Dobromir Popov
2024-02-27 15:33:02 +02:00
parent b1ea364663
commit 6dbf73d57a
4 changed files with 7 additions and 7 deletions

View File

@ -5,8 +5,7 @@
"html.format.wrapAttributes": "force",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true,
// "source.organizeImports": true
"source.fixAll": "explicit"
},
"[dotenv]": {
"editor.defaultFormatter": "foxundermoon.shell-format"