Skip to content

Instantly share code, notes, and snippets.

@ninvfeng
Last active March 28, 2022 03:24
Show Gist options
  • Save ninvfeng/ab4374ae9a399a77f40f58235b926aec to your computer and use it in GitHub Desktop.
Save ninvfeng/ab4374ae9a399a77f40f58235b926aec to your computer and use it in GitHub Desktop.
{
"locale": "zh-cn"
}
{"lastUpload":"2022-03-28T03:24:22.556Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"id": "formulahendry.auto-close-tag",
"publisherId": "formulahendry.auto-close-tag",
"publisherDisplayName": "formulahendry"
},
"name": "auto-close-tag",
"publisher": "formulahendry",
"version": "0.5.5"
},
{
"metadata": {
"id": "bungcip.better-toml",
"publisherId": "bungcip.better-toml",
"publisherDisplayName": "bungcip"
},
"name": "better-toml",
"publisher": "bungcip",
"version": "0.3.2"
},
{
"metadata": {
"id": "Shan.code-settings-sync",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.4.3"
},
{
"metadata": {
"id": "eamodio.gitlens",
"publisherId": "eamodio.gitlens",
"publisherDisplayName": "eamodio"
},
"name": "gitlens",
"publisher": "eamodio",
"version": "11.6.0"
},
{
"metadata": {
"id": "yzhang.markdown-all-in-one",
"publisherId": "yzhang.markdown-all-in-one",
"publisherDisplayName": "yzhang"
},
"name": "markdown-all-in-one",
"publisher": "yzhang",
"version": "3.0.0"
},
{
"metadata": {
"id": "alefragnani.project-manager",
"publisherId": "alefragnani.project-manager",
"publisherDisplayName": "alefragnani"
},
"name": "project-manager",
"publisher": "alefragnani",
"version": "12.0.1"
},
{
"metadata": {
"id": "gerane.Theme-Sunburst",
"publisherId": "gerane.Theme-Sunburst",
"publisherDisplayName": "gerane"
},
"name": "Theme-Sunburst",
"publisher": "gerane",
"version": "0.0.5"
},
{
"metadata": {
"id": "octref.vetur",
"publisherId": "octref.vetur",
"publisherDisplayName": "octref"
},
"name": "vetur",
"publisher": "octref",
"version": "0.35.0"
},
{
"metadata": {
"id": "ms-azuretools.vscode-docker",
"publisherId": "ms-azuretools.vscode-docker",
"publisherDisplayName": "ms-azuretools"
},
"name": "vscode-docker",
"publisher": "ms-azuretools",
"version": "1.17.0"
},
{
"metadata": {
"id": "dbaeumer.vscode-eslint",
"publisherId": "dbaeumer.vscode-eslint",
"publisherDisplayName": "dbaeumer"
},
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "2.1.10"
},
{
"metadata": {
"id": "bmewburn.vscode-intelephense-client",
"publisherId": "bmewburn.vscode-intelephense-client",
"publisherDisplayName": "bmewburn"
},
"name": "vscode-intelephense-client",
"publisher": "bmewburn",
"version": "1.7.1"
},
{
"metadata": {
"id": "MS-CEINTL.vscode-language-pack-zh-hans",
"publisherId": "MS-CEINTL.vscode-language-pack-zh-hans",
"publisherDisplayName": "MS-CEINTL"
},
"name": "vscode-language-pack-zh-hans",
"publisher": "MS-CEINTL",
"version": "1.58.2"
},
{
"metadata": {
"id": "kdcro101.vscode-redis",
"publisherId": "kdcro101.vscode-redis",
"publisherDisplayName": "kdcro101"
},
"name": "vscode-redis",
"publisher": "kdcro101",
"version": "1.0.2"
}
]
// 将键绑定放在此文件中以覆盖默认值auto[]
[
{
"key": "shift+cmd+d",
"command": "-workbench.view.debug",
"when": "viewContainer.workbench.view.debug.enabled"
},
{
"key": "ctrl+shift+cmd+d",
"command": "workbench.view.debug",
"when": "viewContainer.workbench.view.debug.enabled"
},
{
"key": "shift+cmd+d",
"command": "editor.action.copyLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "shift+alt+down",
"command": "-editor.action.copyLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
}
]
{
"workbench.colorTheme": "Sunburst",
"editor.fontSize": 18,
"vetur.format.enable": false,
"eslint.run": "onSave",
"workbench.iconTheme": "vscode-icons",
"vsicons.dontShowNewVersionMessage": true,
"sync.gist": "ab4374ae9a399a77f40f58235b926aec",
"sync.autoDownload": true,
"git.enableSmartCommit": true,
"git.confirmSync": false,
"git.autofetch": true,
"terminal.integrated.defaultProfile.linux": "zsh",
"go.toolsManagement.autoUpdate": true,
"diffEditor.wordWrap": "on",
"editor.formatOnSave": true,
"eslint.format.enable": true,
"[javascript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"files.associations": {
".env": "ini"
},
"files.autoSave": "off",
"sync.autoUpload": true,
"sync.forceUpload": true,
"docker.images.label": "Tag"
}
{
// Place your 全局 snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and
// description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope
// is left empty or omitted, the snippet gets applied to all languages. 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:
"php date": {
"scope": "php",
"prefix": "date",
"body": [
"date('Y-m-d H:i:s')"
],
"description": "php 输出年-月-日 时:分:秒"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment