{ "diagnostic.displayByAle": true, "explorer.width": 25, "explorer.icon.expanded": "🞃", "explorer.icon.collapsed": "🞂", "explorer.icon.enableNerdfont": true, "explorer.previewAction.onHover": false, "explorer.keyMappings": { "": ["expandable?", "expand", "open"], "v": "open:vsplit", "s": "open:split", "f": "addFile", "D": "addDirectory", "dd": "deleteForever", "b": "search" }, "explorer.quitOnOpen": true, "explorer.datetime.format": "yyyy-MM-dd HH:mm", "list.source.files.command": "fd", "list.source.files.args": ["-t", "f", "-S", "-2m", "-F", "-H"], "list.source.grep.args": ["--vimgrep", "--hiden", "--no-heading"], "list.source.mru.ignoreGitIgnore": true, "list.previewSplitRight": true, "suggest.echodocSupport": true, "suggest.maxPreviewWidth": 100, "session.saveOnVimLeave": false, "snippets.extends": { "javascriptreact": ["javascript"], "typescript": ["javascript"] }, "tsserver.npm": "/home/deadguy/.config/yarn/bin/yarn", "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": true, "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true, "typescript.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": true, "javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": true, "javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true, "javascript.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": true }