json Visual Studio代码设置同步要点
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了json Visual Studio代码设置同步要点相关的知识,希望对你有一定的参考价值。
// 将设置放入此文件中以覆盖默认设置
{
"editor.renderWhitespace": "边界",
"editor.snippetSuggestions": "top",
"fileheader.Author": "wukunpeng",
"fileheader.LastModifiedBy": "wukunpeng",
"extensions.ignoreRecommendations": true,
"editor.renderIndentGuides": false,
"editor.tabSize": 2,
"git.enableSmartCommit": true,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true
},
"workbench.colorTheme": "Visual Studio Dark",
"git.autofetch": true,
"sync.gist": "ca35326414a2a8b52247ae4a84b9a843",
"sync.lastUpload": "2018-01-22T06:54:05.519Z",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false
}
// 将键绑定放入此文件中以覆盖默认值
[
{
"key": "cmd+s",
"command": "workbench.action.files.saveAll"
},
{
"key": "alt+cmd+s",
"command": "-workbench.action.files.saveAll"
},{
"key": "shift+alt+f",
"command": "HookyQR.beautify",
"when": "editorFocus"
},
{
"key": "shift+`",
"command": "workbench.action.terminal.toggleTerminal"
},
{
"key": "alt+f12",
"command": "-workbench.action.terminal.toggleTerminal"
},
{
"key": "ctrl+shift+u",
"command": "editor.action.transformToUppercase"
}
]
[
{
"metadata": {
"id": "2e9fe0cb-4e63-42fc-a809-fb056aad49c3",
"publisherId": "stevencl.addDocComments",
"publisherDisplayName": "stevencl"
},
"name": "addDocComments",
"publisher": "stevencl",
"version": "0.0.8"
},
{
"metadata": {
"id": "d3836729-9cc1-42c1-b2af-d50071f57d29",
"publisherId": "formulahendry.auto-close-tag",
"publisherDisplayName": "formulahendry"
},
"name": "auto-close-tag",
"publisher": "formulahendry",
"version": "0.5.5"
},
{
"metadata": {
"id": "6b0697bb-dda0-4267-915e-e2b62ece05c4",
"publisherId": "lukazakrajsek.bem-expand",
"publisherDisplayName": "lukazakrajsek"
},
"name": "bem-expand",
"publisher": "lukazakrajsek",
"version": "0.1.4"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "2.8.7"
},
{
"metadata": {
"id": "89789d74-b90b-4cbf-b846-c903d9929362",
"publisherId": "karyfoundation.comment",
"publisherDisplayName": "karyfoundation"
},
"name": "comment",
"publisher": "karyfoundation",
"version": "5.0.0"
},
{
"metadata": {
"id": "6deed4cf-6bee-4805-821a-7d5ee5dae35b",
"publisherId": "leventebalogh.console-log-snippet-javascript",
"publisherDisplayName": "leventebalogh"
},
"name": "console-log-snippet-javascript",
"publisher": "leventebalogh",
"version": "0.1.0"
},
{
"metadata": {
"id": "38ad8277-d23f-4cfc-becf-c77e41c3f2ee",
"publisherId": "spywhere.guides",
"publisherDisplayName": "spywhere"
},
"name": "guides",
"publisher": "spywhere",
"version": "0.9.1"
},
{
"metadata": {
"id": "7b71fc1b-190d-4f7d-95d1-93e422649b0a",
"publisherId": "Zignd.html-css-class-completion",
"publisherDisplayName": "Zignd"
},
"name": "html-css-class-completion",
"publisher": "Zignd",
"version": "1.16.1"
},
{
"metadata": {
"id": "be992f3f-9f22-4b66-a1d2-ecad04c28a28",
"publisherId": "abusaidm.html-snippets",
"publisherDisplayName": "abusaidm"
},
"name": "html-snippets",
"publisher": "abusaidm",
"version": "0.2.1"
},
{
"metadata": {
"id": "f30b63fa-e34a-40af-a573-5de5ecfb6c5e",
"publisherId": "k--kato.intellij-idea-keybindings",
"publisherDisplayName": "k--kato"
},
"name": "intellij-idea-keybindings",
"publisher": "k--kato",
"version": "0.2.18"
},
{
"metadata": {
"id": "a2cec723-5349-460d-9de9-0fd1f8d3456f",
"publisherId": "xabikos.JavaScriptSnippets",
"publisherDisplayName": "xabikos"
},
"name": "JavaScriptSnippets",
"publisher": "xabikos",
"version": "1.5.0"
},
{
"metadata": {
"id": "a41c1549-4053-44d4-bf30-60fc809b4a86",
"publisherId": "christian-kohler.path-intellisense",
"publisherDisplayName": "christian-kohler"
},
"name": "path-intellisense",
"publisher": "christian-kohler",
"version": "1.4.2"
},
{
"metadata": {
"id": "c807e072-5951-4a01-9542-450f946c7ec1",
"publisherId": "xabikos.ReactSnippets",
"publisherDisplayName": "xabikos"
},
"name": "ReactSnippets",
"publisher": "xabikos",
"version": "1.7.0"
},
{
"metadata": {
"id": "2f00e169-1791-4a94-8c54-ef6cea7fd7ee",
"publisherId": "cdsama.shell-snippets",
"publisherDisplayName": "cdsama"
},
"name": "shell-snippets",
"publisher": "cdsama",
"version": "0.1.2"
},
{
"metadata": {
"id": "cd5c6b97-ef2e-4338-9307-4ac52ea74204",
"publisherId": "gerane.Theme-Druid",
"publisherDisplayName": "gerane"
},
"name": "Theme-Druid",
"publisher": "gerane",
"version": "0.0.2"
},
{
"metadata": {
"id": "d3a9136d-76df-4050-9935-902e05a115bc",
"publisherId": "rebornix.toggle",
"publisherDisplayName": "rebornix"
},
"name": "toggle",
"publisher": "rebornix",
"version": "0.0.1"
},
{
"metadata": {
"id": "b3abc059-1ff4-4741-b367-1c9fe6c15855",
"publisherId": "mikey.vscode-fileheader",
"publisherDisplayName": "mikey"
},
"name": "vscode-fileheader",
"publisher": "mikey",
"version": "0.0.2"
},
{
"metadata": {
"id": "75592280-0ae2-40b1-9312-6639c9395d17",
"publisherId": "ecmel.vscode-spring-boot",
"publisherDisplayName": "ecmel"
},
"name": "vscode-spring-boot",
"publisher": "ecmel",
"version": "0.0.10"
}
]
{"lastUpload":"2018-01-27T03:04:42.586Z","extensionVersion":"v2.8.7"}
{
/*
// Place your snippets for Shell Script (Bash) 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"
}
*/
}
// Empty
以上是关于json Visual Studio代码设置同步要点的主要内容,如果未能解决你的问题,请参考以下文章