{ "workbench.colorTheme": "Default Dark Modern", "editor.fontFamily": "'JetBrains Mono', 'Fira Code', 'Consolas', monospace", "editor.fontLigatures": true, "editor.formatOnSave": true, "editor.semanticHighlighting.enabled": true, "rust-analyzer.check.command": "clippy", "rust-analyzer.inlayHints.typeHints.enable": true, "rust-analyzer.inlayHints.parameterHints.enable": true, "terminal.integrated.defaultProfile.linux": "bash", "window.menuBarVisibility": "compact", "workbench.iconTheme": "vs-seti" }