{ "folders": [ { "name": "chug", "path": ".chug" }, { "name": "editor - back", "path": "traqtor-editor/back" }, { "name": "editor - face", "path": "traqtor-editor/face" } ], "settings": { "java.configuration.updateBuildConfiguration": "automatic", "editor.formatOnSave": true, "editor.rulers": [120], "workbench.colorCustomizations": { "editorRuler.foreground": "#AA5C39" }, "javascript.format.enable": true, "java.dependency.packagePresentation": "hierarchical", "java.dependency.showMembers": true, "java.maven.downloadSources": true, "java.format.enabled": true, "java.format.onType.enabled": true, "java.dependency.syncWithFolderExplorer": false, "maven.executable.preferMavenWrapper": false, "java.format.settings.url": ".vscode/formatting.xml", "java.format.settings.profile": "2pm.tech", "maven.terminal.favorites": [ { "alias": "format", "command": "formatter:format" } ], "editor.defaultFormatter": "esbenp.prettier-vscode", "[xml]": { "editor.defaultFormatter": "redhat.vscode-xml" }, "[java]": { "editor.defaultFormatter": "redhat.java" }, "[yaml]": { "editor.defaultFormatter": "redhat.vscode-yaml" } } }