dwq
unknown
plain_text
a month ago
687 B
3
Indexable
Never
"workbench.iconTheme": "material-icon-theme", "editor.inlineSuggest.enabled": true, "explorer.confirmDelete": false, "editor.formatOnSave": true, "settingsSync.ignoredSettings": [], "editor.defaultFormatter": "esbenp.prettier-vscode", "[javascript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" // "editor.formatOnSave": false }, "html.format.enable": true, // "eslint.alwaysShowStatus": true, "editor.codeActionsOnSave": { "source.fixAll": "explicit" }, "files.autoSave": "onFocusChange", "javascript.preferences.importModuleSpecifier": "non-relative", "workbench.editorAssociations": { "*.pack": "default" },
Leave a Comment