Created
May 31, 2021 12:49
-
-
Save GiuseppeMP/f70ba22c2adf19552fbc7845cc30b08d to your computer and use it in GitHub Desktop.
vscode-giuseppe-31-05-21
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"terminal.integrated.fontFamily": "MesloLGS NF", | |
"editor.codeLensFontFamily": "Fira Code", | |
"editor.fontFamily": "Cascadia Code Light, Fira Code, Menlo, Monaco, 'Courier New', monospace", | |
"editor.fontLigatures": true, | |
"maven.terminal.useJavaHome": true, | |
"editor.suggestSelection": "first", | |
"vsintellicode.modify.editor.suggestSelection": "choseToUpdateConfiguration", | |
"files.exclude": { | |
"**/.classpath": true, | |
"**/.project": true, | |
"**/.settings": true, | |
"**/.factorypath": true | |
}, | |
"explorer.confirmDelete": false, | |
"python.languageServer": "Microsoft", | |
"java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx1G -Xms100m -javaagent:\"/Users/giuseppemp/.vscode/extensions/gabrielbb.vscode-lombok-1.0.1/server/lombok.jar\"", | |
"typescript.updateImportsOnFileMove.enabled": "always", | |
"editor.minimap.enabled": false, | |
"terminal.integrated.allowMnemonics": true, | |
"terminal.integrated.cursorBlinking": true, | |
"workbench.editor.decorations.colors": true, | |
"vim.cursorStylePerMode.insert": "line", | |
"vim.cursorStylePerMode.normal": "block", | |
"vim.debug.silent": true, | |
"vim.easymotion": true, | |
"vim.highlightedyank.enable": true, | |
"vim.hlsearch": true, | |
"vim.smartRelativeLine": true, | |
"vim.vimrc.enable": true, | |
"editor.lineNumbers": "relative", | |
"jest.showCoverageOnLoad": true, | |
"eslint.alwaysShowStatus": true, | |
"workbench.colorTheme": "Monokai Pro (Filter Spectrum)", | |
"vim.cursorStylePerMode.replace": "block-outline", | |
"vim.cursorStylePerMode.visual": "underline-thin", | |
"vim.useSystemClipboard": true, | |
"[jsonc]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"workbench.productIconTheme": "fluent-icons", | |
"workbench.iconTheme": "vscode-icons", | |
"workbench.editorAssociations": [ | |
{ | |
"viewType": "jupyter.notebook.ipynb", | |
"filenamePattern": "*.ipynb" | |
} | |
], | |
"workbench.colorCustomizations": { | |
"editorCursor.foreground": "#ccc000", | |
"editorCursor.background": "#ff0000", | |
"terminalCursor.background": "#ff0000", | |
"terminalCursor.foreground": "#ccc000" | |
}, | |
"files.associations": { | |
"*.ts": "typescript" | |
}, | |
"editor.acceptSuggestionOnEnter": "smart", | |
"editor.acceptSuggestionOnCommitCharacter": false, | |
"powermode.enabled": true, | |
"powermode.enableShake": false, | |
"explorer.confirmDragAndDrop": false, | |
"hediet.vscode-drawio.local-storage": "eyIuZHJhd2lvLWNvbmZpZyI6IntcImxhbmd1YWdlXCI6XCJcIixcImN1c3RvbUZvbnRzXCI6W10sXCJsaWJyYXJpZXNcIjpcImdlbmVyYWxcIixcImN1c3RvbUxpYnJhcmllc1wiOltcIkwuc2NyYXRjaHBhZFwiXSxcInBsdWdpbnNcIjpbXSxcInJlY2VudENvbG9yc1wiOltdLFwiZm9ybWF0V2lkdGhcIjpcIjI0MFwiLFwiY3JlYXRlVGFyZ2V0XCI6ZmFsc2UsXCJwYWdlRm9ybWF0XCI6e1wieFwiOjAsXCJ5XCI6MCxcIndpZHRoXCI6ODUwLFwiaGVpZ2h0XCI6MTEwMH0sXCJzZWFyY2hcIjp0cnVlLFwic2hvd1N0YXJ0U2NyZWVuXCI6dHJ1ZSxcImdyaWRDb2xvclwiOlwiI2QwZDBkMFwiLFwiZGFya0dyaWRDb2xvclwiOlwiIzZlNmU2ZVwiLFwiYXV0b3NhdmVcIjp0cnVlLFwicmVzaXplSW1hZ2VzXCI6bnVsbCxcIm9wZW5Db3VudGVyXCI6MCxcInZlcnNpb25cIjoxOCxcInVuaXRcIjoxLFwiaXNSdWxlck9uXCI6ZmFsc2UsXCJ1aVwiOlwiXCJ9In0=", | |
"window.titleBarStyle": "custom", | |
"vim.cursorStylePerMode.visualblock": "underline", | |
"vim.cursorStylePerMode.visualline": "line-thin", | |
"eslint.format.enable": true, | |
"workbench.editor.closeOnFileDelete": true, | |
"editor.quickSuggestions": { | |
"other": true, | |
"comments": false, | |
"strings": false | |
}, | |
"focus.highlightRange": "block", | |
"focus.opacity": "0.6", | |
"focus.highlightLines": 10, | |
"window.zoomLevel": 1, | |
"editor.inlineHints.fontFamily": "Cascadia Code Light, Fira Code,Menlo, Monaco, 'Courier New', monospace", | |
"material-icon-theme.folders.theme": "specific", | |
"powermode.enableStatusBarComboCounter": false, | |
"powermode.enableStatusBarComboTimer": false, | |
"[typescript]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"vsicons.presets.foldersAllDefaultIcon": true, | |
"vsicons.presets.hideFolders": true, | |
"vsicons.presets.nestjs": true, | |
"vsicons.presets.jsOfficial": true, | |
"vsicons.presets.tsOfficial": true, | |
"editor.cursorBlinking": "smooth", | |
"screencastMode.fontSize": 30, | |
"screencastMode.mouseIndicatorSize": 30, | |
"screencastMode.verticalOffset": 5, | |
"screencastMode.onlyKeyboardShortcuts": true, | |
"zenMode.hideStatusBar": false, | |
"debug.showInStatusBar": "always", | |
"problems.showCurrentInStatus": true, | |
"peacock.affectStatusBar": false, | |
"peacock.showColorInStatusBar": false, | |
"vim.insertModeKeyBindingsNonRecursive": [ | |
{ | |
"before": ["j", "j"], | |
"after": ["<Esc>"] | |
} | |
], | |
"vim.normalModeKeyBindingsNonRecursive": [ | |
{ | |
"before": ["J"], | |
"after": ["5", "j"] | |
}, | |
{ | |
"before": ["K"], | |
"after": ["5", "k"] | |
}, | |
{ | |
"before": ["<Leader>", "J"], | |
"after": ["J"] | |
}, | |
{ | |
"before": ["<C-h>"], | |
"after": ["<C-w>", "h"] | |
}, | |
{ | |
"before": ["<C-j>"], | |
"after": ["<C-w>", "j"] | |
}, | |
{ | |
"before": ["<C-k>"], | |
"after": ["<C-w>", "k"] | |
}, | |
{ | |
"before": ["<C-l>"], | |
"after": ["<C-w>", "l"] | |
}, | |
{ | |
"before": ["<Leader>", "t", "t"], | |
"commands": [":tabnew"] | |
}, | |
{ | |
"before": ["<Leader>", "t", "n"], | |
"commands": [":tabnext"] | |
}, | |
{ | |
"before": ["<Leader>", "t", "p"], | |
"commands": [":tabprev"] | |
}, | |
{ | |
"before": ["<Leader>", "t", "o"], | |
"commands": [":tabo"] | |
}, | |
{ | |
"before": ["<Leader>", "/"], | |
"commands": [":noh"] | |
}, | |
{ | |
"before": ["leader", "w"], | |
"commands": ["workbench.action.files.save"] | |
}, | |
{ | |
"before": ["<Leader>", "r"], | |
"commands": ["editor.action.rename"] | |
}, | |
{ | |
"before": ["<Leader>", "p"], | |
"commands": ["workbench.action.showCommands"] | |
}, | |
{ | |
"before": ["<Leader>", "t"], | |
"commands": ["workbench.action.gotoSymbol"] | |
}, | |
{ | |
"before": ["<Leader>", "e"], | |
"commands": ["abracadabra.extract"] | |
},{ | |
"before": ["<Leader>", "j"], | |
"commands": ["extension.runJest"] | |
} | |
], | |
"vim.leader": "<Space>", | |
"terminal.integrated.scrollback": 600, | |
"flow.runOnEdit": false, | |
"flow.showStatus": false, | |
"flow.useNPMPackagedFlow": false, | |
"javascript.format.enable": false, | |
"typescript.format.enable": false, | |
"editor.formatOnSave": false, | |
"editor.codeActionsOnSave": { | |
"source.fixAll.eslint": true | |
}, | |
"editor.fontSize": 14, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment