Skip to content

Instantly share code, notes, and snippets.

@juliennonin
Last active July 29, 2022 14:09
Show Gist options
  • Save juliennonin/d0563e33659a5c73d26b4b06ffa475c5 to your computer and use it in GitHub Desktop.
Save juliennonin/d0563e33659a5c73d26b4b06ffa475c5 to your computer and use it in GitHub Desktop.
[VSCode][config] VSCode Settings, "en vrac"
[
{
"key": "ctrl+alt+[Period]",
"command": "breadcrumbs.focus",
"when": "breadcrumbsPossible"
},
{
"key": "ctrl+[Period]",
"command": "-breadcrumbs.focus",
"when": "breadcrumbsPossible"
},
{
"key": "ctrl+shift+alt+q",
"command": "sqlite.runDocumentQuery",
"when": "editorLangId =~ /(sql|sqlite)/"
},
{
"key": "ctrl+shift+q",
"command": "-sqlite.runDocumentQuery",
"when": "editorLangId =~ /(sql|sqlite)/"
},
{
"key": "ctrl+shift+q",
"command": "sqlite.runSelectedQuery"
},
{
"key": "alt+f12",
"command": "workbench.action.navigateBack"
},
{
"key": "ctrl+k ctrl+z",
"command": "workbench.action.toggleZenMode"
},
{
"key": "ctrl+k z",
"command": "-workbench.action.toggleZenMode"
},
{
"key": "ctrl+shift+g g",
"command": "workbench.view.scm",
"when": "workbench.scm.active"
},
{
"key": "ctrl+shift+g",
"command": "-workbench.view.scm",
"when": "workbench.scm.active"
},
{
"key": "ctrl+shift+g",
"command": "workbench.view.scm",
"when": "workbench.scm.active && !gitlens:disabled && config.gitlens.keymap == 'chorded'"
},
{
"key": "ctrl+shift+g g",
"command": "-workbench.view.scm",
"when": "workbench.scm.active && !gitlens:disabled && config.gitlens.keymap == 'chorded'"
},
{
"key": "ctrl+[Backquote]",
"command": "workbench.action.terminal.focus"
},
{
"key": "ctrl+[Backquote]",
"command": "workbench.action.focusActiveEditorGroup",
"when": "terminalFocus",
}
]
{
"workbench.iconTheme": "material-icon-theme",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"editor.fontFamily": "'Cascadia Code', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
"editor.fontLigatures": true,
"terminal.integrated.inheritEnv": false,
"emmet.includeLanguages": {
"django-html": "html"
},
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"python.defaultInterpreterPath": "/home/julien/miniconda3/envs/craft/bin/python",
"python.autoComplete.extraPaths": [
"/usr/bin/python3"
],
"jupyter.askForKernelRestart": false,
"warmUp.switchLanguage": "french",
"jupyter.widgetScriptSources": [
"jsdelivr.com",
"unpkg.com"
],
"editor.rulers": [
// 72,
// 79,
88,
99
],
"python.formatting.provider": "black",
"[latex]": {
"rewrap.autoWrap.enabled": false,
"editor.wordWrap": "on",
// "rewrap.wrappingColumn": 84,
"editor.rulers": [79, 84, 99],
"editor.quickSuggestions": {
"comments": "off",
"strings": "off",
"other": "off"
},
},
"latex-workshop.view.pdf.viewer": "tab",
"latex-workshop.latex.outDir": "%DIR%/out",
"latex-workshop.message.error.show": false,
"latex-workshop.message.warning.show": false,
"todohighlight.isEnable": false,
"latex-workshop.view.pdf.backgroundColor": "##B5B6B8",
"latex-workshop.hover.command.enabled": true,
"ltex.checkFrequency": "manual",
"ltex.additionalRules.motherTongue": "fr",
"ltex.additionalRules.enablePickyRules": false,
"ltex.dictionary": {
"en-US": ["Nonin"],
"de-DE": ["Nonin"],
"fr": ["Nonin"]
},
"ltex.latex.commands": {
"\\newtheoremstyle{}": "ignore",
"\\setbeamercolor{}{}": "default",
"\\setbeamertemplate{}[]": "default",
"\\tableofcontents[]": "default"
},
"languageTool.enabled": false,
"material-icon-theme.hidesExplorerArrows": false,
"material-icon-theme.activeIconPack": "angular",
// "latex-workshop.message.information.show": false,
"material-icon-theme.folders.associations": {
"notebooks": "python",
"saved_models": "class",
"py": "python",
"target": "dist",
"outputs": "dist",
// ".exercism": "../../../../icons/folder-exercism",
"autodoc": "docs",
"_static": "resource",
"_templates": "template",
},
"material-icon-theme.files.associations": {
"*.test": "minecraft",
},
"notebook.markup.fontSize": 14,
"editor.renderWhitespace": "none",
"powermode.enabled": false,
"python.analysis.extraPaths": [
"/usr/bin/python3"
],
"gitlens.hovers.currentLine.over": "line",
"gitlens.defaultDateFormat": "D MMM YYYY, H:m",
"gitlens.defaultDateShortFormat": "D MMM YYYY",
"gitlens.defaultTimeFormat": "H:m",
"warmUp.changeCount": "15",
"window.titleBarStyle": "custom",
"editor.minimap.enabled": false,
"zenMode.hideTabs": false,
"zenMode.fullScreen": false,
"terminal.integrated.fontFamily": "\"Cascadia Code PL\"",
"[javascript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"workbench.colorCustomizations": {
"[New England]": {
"editorBracketHighlight.foreground3": "#6487A6",
"editorBracketHighlight.foreground2": "#a48a13", // GOLD: a48a13, 918127, 9d8206, a27a01, a36d00
"editorBracketHighlight.foreground1": "#935a4d", // 935a4d, 7a6080, 8a5656, 983459
// "editorBracketHighlight.foreground4": "#30795e", // 315e56
// "editorBracketHighlight.foreground5": "#5f5b71", // 720026
"editorBracketHighlight.unexpectedBracket.foreground": "#ff0a4b"
},
},
"workbench.colorTheme": "New England",
"editor.bracketPairColorization.independentColorPoolPerBracketType": true,
"git.suggestSmartCommit": false,
"debug.javascript.autoAttachFilter": "disabled",
"window.zoomLevel": 1,
"files.associations": {
".env": "shellscript"
},
"diffEditor.ignoreTrimWhitespace": false,
"gitlens.mode.active": "zen",
"[dockerfile]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment