Skip to content

Instantly share code, notes, and snippets.

@Benjamin-Davies
Last active June 2, 2020 21:37
Show Gist options
  • Select an option

  • Save Benjamin-Davies/2d77bb7a1ce22e9d7e3aa4a8bde3741d to your computer and use it in GitHub Desktop.

Select an option

Save Benjamin-Davies/2d77bb7a1ce22e9d7e3aa4a8bde3741d to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-06-02T21:36:59.753Z","extensionVersion":"v3.4.3"}
[
{
"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-vscode.csharp",
"publisherDisplayName": "ms-vscode"
},
"name": "csharp",
"publisher": "ms-vscode",
"version": "1.21.9"
},
{
"metadata": {
"id": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd",
"publisherId": "msjsdiag.debugger-for-chrome",
"publisherDisplayName": "msjsdiag"
},
"name": "debugger-for-chrome",
"publisher": "msjsdiag",
"version": "4.12.3"
},
{
"metadata": {
"id": "19804510-b475-4dae-b0f7-6ca08fd1af0c",
"publisherId": "dsznajder.es7-react-js-snippets",
"publisherDisplayName": "dsznajder"
},
"name": "es7-react-js-snippets",
"publisher": "dsznajder",
"version": "2.5.0"
},
{
"metadata": {
"id": "b63c44fd-0457-4696-99e9-dbfdf70d77de",
"publisherId": "ritwickdey.LiveServer",
"publisherDisplayName": "ritwickdey"
},
"name": "LiveServer",
"publisher": "ritwickdey",
"version": "5.6.1"
},
{
"metadata": {
"id": "5db78037-f674-459f-a236-db622c427c5b",
"publisherId": "PKief.material-icon-theme",
"publisherDisplayName": "PKief"
},
"name": "material-icon-theme",
"publisher": "PKief",
"version": "3.9.2"
},
{
"metadata": {
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "esbenp.prettier-vscode",
"publisherDisplayName": "esbenp"
},
"name": "prettier-vscode",
"publisher": "esbenp",
"version": "3.18.0"
},
{
"metadata": {
"id": "e52bce95-a629-455f-8626-e7301b9e372a",
"publisherId": "robinbentley.sass-indented",
"publisherDisplayName": "robinbentley"
},
"name": "sass-indented",
"publisher": "robinbentley",
"version": "1.5.1"
},
{
"metadata": {
"id": "fb374ce1-5343-46c8-a425-900fdad15523",
"publisherId": "wesbos.theme-cobalt2",
"publisherDisplayName": "wesbos"
},
"name": "theme-cobalt2",
"publisher": "wesbos",
"version": "2.1.6"
},
{
"metadata": {
"id": "d96e79c6-8b25-4be3-8545-0e0ecefcae03",
"publisherId": "vscodevim.vim",
"publisherDisplayName": "vscodevim"
},
"name": "vim",
"publisher": "vscodevim",
"version": "1.12.4"
},
{
"metadata": {
"id": "4059c051-342f-4e66-8c4c-e7e1b08abcac",
"publisherId": "about-code.vscode-theme-adapted",
"publisherDisplayName": "about-code"
},
"name": "vscode-theme-adapted",
"publisher": "about-code",
"version": "1.2.0"
},
{
"metadata": {
"id": "ee33fd31-7bb4-4252-8368-fdd5bcd94cf8",
"publisherId": "akamud.vscode-theme-onelight",
"publisherDisplayName": "akamud"
},
"name": "vscode-theme-onelight",
"publisher": "akamud",
"version": "2.2.1"
},
{
"metadata": {
"id": "90a37ca1-92a2-488a-b196-7a8c0b0127ea",
"publisherId": "ms-vscode.vscode-typescript-tslint-plugin",
"publisherDisplayName": "ms-vscode"
},
"name": "vscode-typescript-tslint-plugin",
"publisher": "ms-vscode",
"version": "1.2.3"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "shift+alt+t",
"command": "workbench.action.tasks.runTask"
}
]
{
"editor.showFoldingControls": "mouseover",
"editor.tabSize": 2,
"editor.wordWrap": "bounded",
"editor.wordWrapColumn": 120,
"editor.wrappingIndent": "indent",
"extensions.autoUpdate": true,
"files.autoSave": "onFocusChange",
"git.enableSmartCommit": true,
"git.confirmSync": false,
"git.defaultCloneDirectory": "C:\\Users\\bente\\Code\\",
"sync.gist": "2d77bb7a1ce22e9d7e3aa4a8bde3741d",
"sync.forceDownload": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"editor.quickSuggestions": {
"other": true,
"comments": false,
"strings": true
},
"prettier.singleQuote": true,
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"window.zoomLevel": 1,
"git.autorefresh": true,
"editor.accessibilitySupport": "off",
"extensions.ignoreRecommendations": true,
"editor.renderWhitespace": "none",
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"workbench.iconTheme": "material-icon-theme",
"liveServer.settings.donotShowInfoMsg": true,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true
},
"telemetry.enableTelemetry": false,
"[csharp]": {
"editor.tabSize": 4
},
"csharp.format.enable": false,
"html.format.endWithNewline": true,
"editor.fontFamily": "'Fira Code', Courier",
"editor.fontLigatures": true,
"remotefs.remote": {
"raspi": {
"scheme": "sftp",
"host": "192.168.20.3",
"username": "pi",
"rootPath": "/home/pi"
}
},
"csharpfixformat.style.braces.onSameLine": false,
"csharpfixformat.style.spaces.beforeParenthesis": false,
"javascript.implicitProjectConfig.checkJs": true,
"window.title": "${rootName}${separator}${dirty}${activeEditorMedium}${separator}${appName}",
"window.menuBarVisibility": "toggle",
"window.newWindowDimensions": "maximized",
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"search.smartCase": true,
"typescript.updateImportsOnFileMove.enabled": "always",
"files.associations": {
"build.gradle.kts": "kotlinscript"
},
"csharp.suppressDotnetInstallWarning": true,
"git.autofetch": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"editor.lineNumbers": "relative",
"workbench.colorTheme": "Atom One Light",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.fontSize": 15
}
{
/*
// 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"
},
"p5.js layout": {
"prefix": "p5",
"body": [
"function setup() {",
" ${1:// code to setup goes here}",
"}",
"",
"function draw() {",
" ${2:// code to draw goes here}",
"}",
"$0"
],
"description": "Standard layout for a p5.js web app"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment