Settings

 avatar
unknown
json
3 years ago
753 B
6
Indexable
{
  "sync.gist": "3a827f1caf1963cff00ef94bf47321af",
  "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": true
  },
  "files.autoSave": "onFocusChange",
  "javascript.preferences.importModuleSpecifier": "non-relative",
  "workbench.editorAssociations": {
    "*.pack": "default"
  },
  "vscode_custom_css.policy": true
}
Editor is loading...