Skip to content

Instantly share code, notes, and snippets.

@biao166
Created September 20, 2017 06:35
Show Gist options
  • Select an option

  • Save biao166/ee01eabf3064d744337e12fa773b4c42 to your computer and use it in GitHub Desktop.

Select an option

Save biao166/ee01eabf3064d744337e12fa773b4c42 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2017-09-20T06:34:48.155Z","extensionVersion":"v2.8.3"}
[
{
"metadata": {
"id": "697255a9-3f36-44c8-b084-d3b91edfb23a",
"publisherId": "901b401e-7657-4a33-8c9a-0854c569607e",
"publisherDisplayName": "HookyQR"
},
"name": "beautify",
"publisher": "HookyQR",
"version": "1.1.1"
},
{
"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.3.0"
},
{
"metadata": {
"id": "f60a60a6-95ba-42d4-b41c-3d24c1b89588",
"publisherId": "1ed869e4-8588-4af4-a51e-9c1c86b034b9",
"publisherDisplayName": "EditorConfig"
},
"name": "EditorConfig",
"publisher": "EditorConfig",
"version": "0.10.1"
},
{
"metadata": {
"id": "5960f38e-0bbe-4644-8f9c-9c8824e82511",
"publisherId": "1ba8bd00-2ad1-4be0-a007-5b4b954c1ee7",
"publisherDisplayName": "Don Jayamanne"
},
"name": "githistory",
"publisher": "donjayamanne",
"version": "0.2.3"
},
{
"metadata": {
"id": "f015bc3c-a098-4245-8765-615e002e09ab",
"publisherId": "86794f67-46a8-4137-a5a4-1415a0e41e7d",
"publisherDisplayName": "yzane"
},
"name": "markdown-pdf",
"publisher": "yzane",
"version": "0.1.7"
},
{
"metadata": {
"id": "1b747f06-3789-4ebd-ac99-f1fe430c3347",
"publisherId": "3fbdef65-bdf5-4723-aeaf-9e12a50546ef",
"publisherDisplayName": "Alessandro Fragnani"
},
"name": "project-manager",
"publisher": "alefragnani",
"version": "0.21.1"
},
{
"metadata": {
"id": "529697b9-b343-4b1c-ba2f-f5ef692132d4",
"publisherId": "5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee",
"publisherDisplayName": "Microsoft"
},
"name": "sublime-keybindings",
"publisher": "ms-vscode",
"version": "2.9.1"
},
{
"metadata": {
"id": "2f5dd8cb-d251-4d70-abfe-ddebcb077483",
"publisherId": "c3b70842-905b-406e-8f5b-153e8de05481",
"publisherDisplayName": "Pine Wu"
},
"name": "vetur",
"publisher": "octref",
"version": "0.9.7"
},
{
"metadata": {
"id": "9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a",
"publisherId": "3d894ec1-7c48-4c7d-9d12-9738c4d94db3",
"publisherDisplayName": "Roberto Huertas"
},
"name": "vscode-icons",
"publisher": "robertohuertasm",
"version": "7.13.0"
},
{
"metadata": {
"id": "c856990a-978d-46eb-aa5e-318cd7bfecc6",
"publisherId": "248c914b-1e8e-48d3-989c-709e33d829e7",
"publisherDisplayName": "shanoor"
},
"name": "vscode-nginx",
"publisher": "shanoor",
"version": "0.3.1"
}
]
{
// 定义 VSCode 的显示语言。
// 请参阅 https://go.microsoft.com/fwlink/?LinkId=761051,了解支持的语言列表。
// 更改此值需要重启 VSCode。
"locale":"en-US"
}
// Place your settings in this file to overwrite the default settings
{
"editor.lineNumbers": "on",
"editor.tabSize": 2,
"editor.fontSize": 16,
"workbench.colorTheme": "Monokai",
"workbench.iconTheme": "vscode-icons",
"editor.wordWrap": "on",
"editor.scrollBeyondLastLine": false,
"sync.quietSync": false,
"vsicons.dontShowNewVersionMessage": true,
"git.enabled": false,
"sync.askGistName": false,
"editor.wordSeparators": "`~!@#$%^&*()=+[{]}\\|;:'\",.<>/?",
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"files.eol": "\n",
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/.orig": true,
"**/node_modules/": true,
"release": true
},
"files.insertFinalNewline": true,
"extensions.autoUpdate": false,
"workbench.startupEditor": "newUntitledFile",
"sync.gist": "",
"sync.lastUpload": "2017-09-20T06:30:06.843Z",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": ""
}
{
/*
// Place your snippets for Go 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"
}
*/
}
{"version":"7.13.0","status":0,"welcomeShown":true}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment