{ "git.autofetch": true, "editor.fontFamily": "Fira Code", "editor.fontSize": 13, "editor.fontLigatures": true, "workbench.iconTheme": "vscode-icons", "files.exclude": { "**/node_modules": true, "**/gems": true, "**/._*": true, ".bundle": true, "_reports": true }, "window.zoomLevel": 0, "editor.acceptSuggestionOnEnter": "smart", "workbench.sideBar.location": "left", "editor.renderControlCharacters": false, "editor.renderWhitespace": "all", "editor.tabSize": 2, "workbench.startupEditor": "newUntitledFile", "vsicons.dontShowNewVersionMessage": true, "editor.minimap.enabled": false, "auto-run-command.rules": [ { "condition": "hasFile: wallaby.js", "command": "wallaby.start", "message": "Running wallaby" } ], "workbench.statusBar.feedback.visible": false }