Skip to content

Instantly share code, notes, and snippets.

@maxcohn
Last active August 25, 2020 20:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maxcohn/c4e51696e4f813710b73a155d9689fbc to your computer and use it in GitHub Desktop.
Save maxcohn/c4e51696e4f813710b73a155d9689fbc to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-08-25T20:10:56.456Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"id": "f16d5880-fe74-4050-9099-389bfe17e738",
"publisherId": "attilabuti.brainfuck-syntax",
"publisherDisplayName": "attilabuti"
},
"name": "brainfuck-syntax",
"publisher": "attilabuti",
"version": "0.0.1"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.4.3"
},
{
"metadata": {
"id": "d0bfc4ab-1d3a-4487-8782-7cf6027b4fff",
"publisherId": "ms-dotnettools.csharp",
"publisherDisplayName": "ms-dotnettools"
},
"name": "csharp",
"publisher": "ms-dotnettools",
"version": "1.23.1"
},
{
"metadata": {
"id": "d1a2eab4-aa6e-4094-93b3-6a007f60bd9d",
"publisherId": "k--kato.docomment",
"publisherDisplayName": "k--kato"
},
"name": "docomment",
"publisher": "k--kato",
"version": "0.1.18"
},
{
"metadata": {
"id": "d6f6cfea-4b6f-41f4-b571-6ad2ab7918da",
"publisherId": "golang.go",
"publisherDisplayName": "golang"
},
"name": "go",
"publisher": "golang",
"version": "0.16.1"
},
{
"metadata": {
"id": "c941a679-d500-46a8-b2a9-208063125901",
"publisherId": "wholroyd.jinja",
"publisherDisplayName": "wholroyd"
},
"name": "jinja",
"publisher": "wholroyd",
"version": "0.0.8"
},
{
"metadata": {
"id": "5db78037-f674-459f-a236-db622c427c5b",
"publisherId": "PKief.material-icon-theme",
"publisherDisplayName": "PKief"
},
"name": "material-icon-theme",
"publisher": "PKief",
"version": "4.2.0"
},
{
"metadata": {
"id": "26a529c9-2654-4b95-a63f-02f6a52429e6",
"publisherId": "zhuangtongfa.material-theme",
"publisherDisplayName": "zhuangtongfa"
},
"name": "material-theme",
"publisher": "zhuangtongfa",
"version": "3.8.5"
},
{
"metadata": {
"id": "b3e0fd54-cb55-4b37-816d-c50424c4c72e",
"publisherId": "kdarkhan.mips",
"publisherDisplayName": "kdarkhan"
},
"name": "mips",
"publisher": "kdarkhan",
"version": "0.0.5"
},
{
"metadata": {
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
"publisherId": "ms-python.python",
"publisherDisplayName": "ms-python"
},
"name": "python",
"publisher": "ms-python",
"version": "2020.8.103604"
},
{
"metadata": {
"id": "f0c5397b-d357-4197-99f0-cb4202f22818",
"publisherId": "ms-vscode-remote.remote-wsl",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "remote-wsl",
"publisher": "ms-vscode-remote",
"version": "0.44.4"
},
{
"metadata": {
"id": "570e6089-b871-41df-9cf4-a723cb34ef01",
"publisherId": "rust-lang.rust",
"publisherDisplayName": "rust-lang"
},
"name": "rust",
"publisher": "rust-lang",
"version": "0.7.8"
},
{
"metadata": {
"id": "20660eff-d7c2-46c0-a411-aabe35104b0a",
"publisherId": "karunamurti.tera",
"publisherDisplayName": "karunamurti"
},
"name": "tera",
"publisher": "karunamurti",
"version": "0.0.2"
},
{
"metadata": {
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
"publisherId": "dbaeumer.vscode-eslint",
"publisherDisplayName": "dbaeumer"
},
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "2.1.8"
}
]
{
"window.zoomLevel": 0,
"editor.fontSize": 13,
//"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
//"terminal.integrated.shell.windows": "C:\\Users\\admin\\AppData\\Local\\Microsoft\\WindowsApps\\ubuntu.exe",
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\bash.exe",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"git.enableSmartCommit": true,
"breadcrumbs.enabled": false,
"editor.renderControlCharacters": false,
"editor.renderWhitespace": "none",
"java.errors.incompleteClasspath.severity": "ignore",
"files.associations": {
"*.ijava": "java",
"*.bh": "brainfuck",
"*.pdb": "prolog"
},
"sync.gist": "c4e51696e4f813710b73a155d9689fbc",
"sync.autoDownload": true,
"sync.autoUpload": true,
"prolog.executablePath": "C:\\Program Files\\swipl\\bin\\swipl.exe",
"prolog.format.insertSpaces": false,
"[html]": {
"editor.tabSize": 2
},
"[mips]": {
"editor.tabSize": 8
},
"[python]": {
"editor.tabSize": 4
},
"editor.minimap.enabled": false,
"editor.rulers": [
80
],
"workbench.iconTheme": "material-icon-theme",
"extensions.ignoreRecommendations": true,
"workbench.colorTheme": "One Dark Pro",
}
{
// Place your snippets for html here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// same ids are connected.
// Example:
// "Print to console": {
// "prefix": "log",
// "body": [
// "console.log('$1');",
// "$2"
// ],
// "description": "Log output to console"
// }
}
{
// Place your snippets for java here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// same ids are connected.
// Example:
// "Print to console": {
// "prefix": "log",
// "body": [
// "console.log('$1');",
// "$2"
// ],
// "description": "Log output to console"
// }
"Print to console":{
"prefix": "sout",
"body": [
"System.out.println($0);"
],
"description": "System.out.println()"
}
}
{
// Place your snippets for javascript here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// same ids are connected.
// Example:
// "Print to console": {
// "prefix": "log",
// "body": [
// "console.log('$1');",
// "$2"
// ],
// "description": "Log output to console"
// }
"On document ready": {
"prefix": "document.ready",
"body": [
"document.addEventListener('DOMContentLoaded', () => {",
"\t$0",
"})"
],
"description": "On document ready event for DOM"
},
"Query selector": {
"prefix": "$(",
"body": [
"document.querySelector('$0')"
],
"description": "DOM query selector"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment