|
| 1 | +{ |
| 2 | + "breadcrumbs.enabled": true, |
| 3 | + "breadcrumbs.filePath": "last", |
| 4 | + "coverage-gutters.lcovname": "coverage/lcov.info", |
| 5 | + "cSpell.userWords": [ |
| 6 | + "Apps", |
| 7 | + "dropdown", |
| 8 | + "emoji", |
| 9 | + "Google's", |
| 10 | + "Jupyter", |
| 11 | + "Nixta", |
| 12 | + "PNGs", |
| 13 | + "polyfills", |
| 14 | + "repo", |
| 15 | + "rPNG", |
| 16 | + "screenshots", |
| 17 | + "steganography", |
| 18 | + "Stencila", |
| 19 | + "subfolder", |
| 20 | + "transpiles", |
| 21 | + "vapourware" |
| 22 | + ], |
| 23 | + "debug.inlineValues": true, |
| 24 | + "debug.node.autoAttach": "on", |
| 25 | + "editor.suggest.localityBonus": true, |
| 26 | + "gitlens.blame.highlight.locations": ["overview", "gutter", "line"], |
| 27 | + "gitlens.blame.toggleMode": "window", |
| 28 | + "gitlens.codeLens.authors.enabled": false, |
| 29 | + "gitlens.codeLens.scopes": ["document", "containers"], |
| 30 | + "gitlens.currentLine.enabled": true, |
| 31 | + "gitlens.currentLine.format": "${message} | ${ago}", |
| 32 | + "gitlens.hovers.currentLine.over": "line", |
| 33 | + "gitlens.keymap": "none", |
| 34 | + "gitlens.mode.statusBar.enabled": false, |
| 35 | + "gitlens.recentChanges.highlight.locations": ["gutter", "line", "overview"], |
| 36 | + "gitlens.settings.mode": "advanced", |
| 37 | + "gitlens.statusBar.enabled": false, |
| 38 | + "gitlens.views.compare.files.layout": "list", |
| 39 | + "gitlens.views.fileHistory.enabled": true, |
| 40 | + "gitlens.views.lineHistory.enabled": true, |
| 41 | + "gitlens.views.repositories.branches.layout": "list", |
| 42 | + "gitlens.views.repositories.files.layout": "auto", |
| 43 | + "gitlens.views.search.files.layout": "list", |
| 44 | + "javascript.suggest.completeFunctionCalls": true, |
| 45 | + "javascript.updateImportsOnFileMove.enabled": "prompt", |
| 46 | + "liveshare.showInStatusBar": "whileCollaborating", |
| 47 | + "markdown.extension.showExplorer": false, |
| 48 | + "markdown.extension.toc.levels": "2..4", |
| 49 | + "search.showLineNumbers": true, |
| 50 | + "search.useGlobalIgnoreFiles": true, |
| 51 | + "typescript.preferences.importModuleSpecifier": "relative", |
| 52 | + "typescript.suggest.completeFunctionCalls": true, |
| 53 | + "typescript.updateImportsOnFileMove.enabled": "prompt", |
| 54 | + "workbench.editor.highlightModifiedTabs": true |
| 55 | +} |
0 commit comments