Skip to content

Instantly share code, notes, and snippets.

@zheeeng
Last active August 20, 2017 13:05
Show Gist options
  • Save zheeeng/3dbb0ba9ad74b21dfbd277b0fa3bae4b to your computer and use it in GitHub Desktop.
Save zheeeng/3dbb0ba9ad74b21dfbd277b0fa3bae4b to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2017-08-20T13:05:44.793Z","extensionVersion":"v2.8.3"}
[
{
"metadata": {
"id": "6e440e71-8ed9-4f25-bb78-4b13096b8a03",
"publisherId": "38bbe3f0-5204-4170-845e-c2f966d979b8",
"publisherDisplayName": "Jun Han"
},
"name": "auto-rename-tag",
"publisher": "formulahendry",
"version": "0.0.14"
},
{
"metadata": {
"id": "b689fcc8-d494-4dbf-a228-2c694a578afc",
"publisherId": "3fbdef65-bdf5-4723-aeaf-9e12a50546ef",
"publisherDisplayName": "Alessandro Fragnani"
},
"name": "Bookmarks",
"publisher": "alefragnani",
"version": "0.15.2"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "ac3a3342-db76-40ef-9277-4657632d3bfe",
"publisherDisplayName": "Shan Khan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "2.8.3"
},
{
"metadata": {
"id": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd",
"publisherId": "ecde0778-6fe5-4f72-93a7-196989f19e58",
"publisherDisplayName": "Microsoft"
},
"name": "debugger-for-chrome",
"publisher": "msjsdiag",
"version": "3.1.8"
},
{
"metadata": {
"id": "a6761011-549f-4561-ae6d-cc9c7a040710",
"publisherId": "ff69a8bd-aad3-463d-9859-8ecfb1484873",
"publisherDisplayName": "fisheva"
},
"name": "eva-theme",
"publisher": "fisheva",
"version": "0.1.2"
},
{
"metadata": {
"id": "5db78037-f674-459f-a236-db622c427c5b",
"publisherId": "f9e5bc2f-fea1-4075-917f-d83e01e69f56",
"publisherDisplayName": "Philipp Kief"
},
"name": "material-icon-theme",
"publisher": "PKief",
"version": "2.1.0"
},
{
"metadata": {
"id": "dff6b801-247e-40e9-82e8-8c9b1d19d1b8",
"publisherId": "a892fb38-060b-475f-9e73-2e06a8a17a68",
"publisherDisplayName": "Christian Kohler"
},
"name": "npm-intellisense",
"publisher": "christian-kohler",
"version": "1.3.0"
},
{
"metadata": {
"id": "113b22c8-8125-42ec-8c6b-80c3f5d5fa5f",
"publisherId": "8f186bac-3651-4797-9216-ba30633f600b",
"publisherDisplayName": "IBM"
},
"name": "output-colorizer",
"publisher": "IBM",
"version": "0.1.2"
},
{
"metadata": {
"id": "0d1241e3-fa60-4f24-8f2a-6d7085677c48",
"publisherId": "3a1bd914-dacc-4903-89d9-bd7ff757eb7f",
"publisherDisplayName": "Mihai Vilcu"
},
"name": "path-autocomplete",
"publisher": "ionutvmi",
"version": "1.6.1"
},
{
"metadata": {
"id": "dda49fd5-1f3b-4d25-bf61-4fc41905ede5",
"publisherId": "aa260071-fe15-4a92-8990-7b8753d9cbc7",
"publisherDisplayName": "Huachao Mao"
},
"name": "rest-client",
"publisher": "humao",
"version": "0.15.1"
},
{
"metadata": {
"id": "37d7747f-e652-4eac-83de-f2939f7e2121",
"publisherId": "438bb7a7-6997-47eb-b23b-72c3ba845702",
"publisherDisplayName": "anseki"
},
"name": "vscode-color",
"publisher": "anseki",
"version": "0.4.5"
},
{
"metadata": {
"id": "8e355385-0d4d-4908-aca4-c36da7282a6d",
"publisherId": "76382e12-7fd7-44e9-ab54-1031af546186",
"publisherDisplayName": "Henrik Sjööh"
},
"name": "vscode-sort",
"publisher": "henriiik",
"version": "0.2.5"
},
{
"metadata": {
"id": "97a08c5f-6667-4242-a5c5-045dfb6bd4b9",
"publisherId": "47daa402-5396-4346-b7bd-62494d6d63ec",
"publisherDisplayName": "Wayou Liu"
},
"name": "vscode-todo-highlight",
"publisher": "wayou",
"version": "0.5.8"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "cmd+g",
"command": "editor.action.addSelectionToNextFindMatch",
"when": "editorFocus"
},
{
"key": "cmd+d",
"command": "-editor.action.addSelectionToNextFindMatch",
"when": "editorFocus"
},
{
"key": "cmd+d",
"command": "editor.action.copyLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "shift+alt+down",
"command": "-editor.action.copyLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "shift+cmd+.",
"command": "workbench.action.terminal.focus"
}
]
{
"name": "material-icon-theme",
"version": "2.1.0"
}
{
"window.zoomLevel": 1,
"editor.fontSize": 14,
"editor.fontWeight": "400",
"editor.dragAndDrop": false,
"editor.fontFamily": "Source Code Pro",
"editor.wordWrap": "on",
"editor.wordSeparators": "_`~!@#$%^&*()-=+[{]}\\|;:'\",.<>/?",
"editor.renderLineHighlight": "all",
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/node_modules": true
},
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"workbench.colorTheme": "Eva Light",
"workbench.iconTheme": "material-icon-theme",
"workbench.sideBar.location": "left",
"workbench.statusBar.visible": true,
"workbench.activityBar.visible": true,
"[javascript]": {
"editor.tabSize": 2
},
"[typescript]": {
"editor.tabSize": 2
},
"[typescriptreact]": {
"editor.tabSize": 2
},
"[css]": {
"editor.tabSize": 2
},
"window.title": "${activeEditorMedium}${separator}${dirty}",
"explorer.openEditors.visible": 0,
"todohighlight.isEnable": true,
"todohighlight.keywords": [
{
"text": "DEBUG:",
"color": "white",
"backgroundColor": "purple"
},
{
"text": "REVIEW:",
"color": "white",
"backgroundColor": "green"
},
{
"text": "NOTE:",
"color": "white",
"backgroundColor": "lightseagreen"
},
{
"text": "TEST:",
"color": "white",
"backgroundColor": "salmon"
},
{
"text": "ISSUE:",
"color": "grey",
"backgroundColor": "white"
}
],
"cSpell.userWords": [
"antd"
],
"typescript.useCodeSnippetsOnMethodSuggest": true,
"terminal.external.osxExec": "iTerm.app",
"sync.gist": "3dbb0ba9ad74b21dfbd277b0fa3bae4b",
"sync.lastUpload": "2017-08-20T13:02:21.226Z",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false
}
{"version":"7.12.0","status":2,"welcomeShown":true}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment