Skip to content

Instantly share code, notes, and snippets.

@Gnurdle
Last active April 8, 2019 22:44
Show Gist options
  • Save Gnurdle/272584a5e87179c179ea7cfad7e0daf4 to your computer and use it in GitHub Desktop.
Save Gnurdle/272584a5e87179c179ea7cfad7e0daf4 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-04-08T22:35:16.190Z","extensionVersion":"v3.2.8"}
[
{
"metadata": {
"id": "9e919931-6833-483d-a7b9-966f8f974227",
"publisherId": "joaompinto.asciidoctor-vscode",
"publisherDisplayName": "joaompinto"
},
"name": "asciidoctor-vscode",
"publisher": "joaompinto",
"version": "2.4.0"
},
{
"metadata": {
"id": "739792a4-cc27-4b88-896e-8c3b1017ac86",
"publisherId": "cospaia.clojure4vscode",
"publisherDisplayName": "cospaia"
},
"name": "clojure4vscode",
"publisher": "cospaia",
"version": "2.0.0-SNAPSHOT"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.2.8"
},
{
"metadata": {
"id": "690b692e-e8a9-493f-b802-8089d50ac1b2",
"publisherId": "ms-vscode.cpptools",
"publisherDisplayName": "ms-vscode"
},
"name": "cpptools",
"publisher": "ms-vscode",
"version": "0.22.1"
},
{
"metadata": {
"id": "76fbde36-77d4-4688-b1f8-202727442961",
"publisherId": "tht13.html-preview-vscode",
"publisherDisplayName": "tht13"
},
"name": "html-preview-vscode",
"publisher": "tht13",
"version": "0.2.5"
},
{
"metadata": {
"id": "f7b574f6-383c-42e1-96bd-0ce1dcc3bf5b",
"publisherId": "daylerees.rainglow",
"publisherDisplayName": "daylerees"
},
"name": "rainglow",
"publisher": "daylerees",
"version": "1.5.2"
},
{
"metadata": {
"id": "7d236dd4-6af6-48f4-9464-6bf82ad36aaa",
"publisherId": "ban.spellright",
"publisherDisplayName": "ban"
},
"name": "spellright",
"publisher": "ban",
"version": "3.0.38"
},
{
"metadata": {
"id": "153614a9-7542-40da-94db-8d2b7b588d7d",
"publisherId": "stayfool.vscode-asciidoc",
"publisherDisplayName": "stayfool"
},
"name": "vscode-asciidoc",
"publisher": "stayfool",
"version": "0.0.3"
}
]
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "meta+x",
"command": "calva.evaluateFile"
},
{
"key": "ctrl+alt+v enter",
"command": "-calva.evaluateFile"
},
{
"key": "meta+f",
"command": "calva.evaluateCurrentTopLevelForm"
},
{
"key": "ctrl+alt+v space",
"command": "-calva.evaluateCurrentTopLevelForm"
},
{
"key": "meta+e",
"command": "calva.evaluateSelection"
},
{
"key": "ctrl+alt+v e",
"command": "-calva.evaluateSelection"
},
{
"key": "ctrl+meta+f",
"command": "calva.evalCurrentTopLevelFormInREPLTerminal"
},
{
"key": "ctrl+alt+v alt+space",
"command": "-calva.evalCurrentTopLevelFormInREPLTerminal"
},
{
"key": "meta+n",
"command": "calva.setREPLNamespace"
},
{
"key": "ctrl+alt+v n",
"command": "-calva.setREPLNamespace"
},
{
"key": "alt+meta+e",
"command": "calva.evaluateSelectionPrettyPrint"
},
{
"key": "ctrl+alt+v p",
"command": "-calva.evaluateSelectionPrettyPrint"
},
{
"key": "alt+meta+f",
"command": "calva.evaluateCurrentTopLevelFormPrettyPrint"
},
{
"key": "ctrl+alt+v ctrl+alt+p",
"command": "-calva.evaluateCurrentTopLevelFormPrettyPrint"
},
{
"key": "ctrl+alt+.",
"command": "paredit.slurpSexpForward",
"when": "calva:pareditValid && paredit:keyMap =~ /original|strict/"
},
{
"key": "ctrl+alt+.",
"command": "-paredit.slurpSexpForward",
"when": "calva:pareditValid && paredit:keyMap =~ /original|strict/"
}
]
{
"terminal.integrated.rendererType": "dom",
"workbench.iconTheme": "eq-material-theme-icons-palenight",
"window.zoomLevel": 1,
"calva.testOnSave": false,
"powermode.enabled": true,
"powermode.presets": "flames",
"breadcrumbs.enabled": true,
"powermode.explosionDuration": 500,
"powermode.explosionFrequency": 3,
"calva.lintOnSave": true,
"powermode.comboTimeout": 8,
"powermode.explosionOffset": 16,
"powermode.explosionSize": 8,
"powermode.comboThreshold": 1,
"[cpp]": {},
"workbench.startupEditor": "newUntitledFile",
"calva.autoConnect": false,
"sync.gist": "272584a5e87179c179ea7cfad7e0daf4",
"extensions.autoUpdate": false,
"editor.fontFamily": "Fira Code",
"workbench.colorTheme": "Lavender (rainglow)",
"editor.fontLigatures": true,
"editor.fontSize": 13,
"editor.fontWeight": "500",
"spellright.language": [],
"spellright.documentTypes": [
"markdown",
"latex"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment