Skip to content

Instantly share code, notes, and snippets.

@st44100
Created October 13, 2017 10:46
Show Gist options
  • Save st44100/4d3b644543d4011effc2b46e956a2964 to your computer and use it in GitHub Desktop.
Save st44100/4d3b644543d4011effc2b46e956a2964 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2017-10-13T10:45:58.424Z","extensionVersion":"v2.8.3"}
[
{
"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": "0e0de266-c53a-46cb-ac7c-9ac2bd998673",
"publisherId": "ebaa77e8-5f1e-4a48-9dda-2deacc9bd4db",
"publisherDisplayName": "TwentyChung"
},
"name": "jsx",
"publisher": "TwentyChung",
"version": "0.0.1"
},
{
"metadata": {
"id": "cb0fe8e0-a01f-4f61-867a-0c45a5faa159",
"publisherId": "c3211e1a-77ae-4f47-a8b7-ac2b81e4aa34",
"publisherDisplayName": "pcanella"
},
"name": "marko",
"publisher": "pcanella",
"version": "0.2.2"
},
{
"metadata": {
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
"publisherId": "1ba8bd00-2ad1-4be0-a007-5b4b954c1ee7",
"publisherDisplayName": "Don Jayamanne"
},
"name": "python",
"publisher": "donjayamanne",
"version": "0.7.0"
},
{
"metadata": {
"id": "b91512f4-8383-41f9-b939-1fc6f294d2aa",
"publisherId": "02bb8154-b691-47d8-a7e3-3804a906f3e9",
"publisherDisplayName": "taichi"
},
"name": "react-beautify",
"publisher": "taichi",
"version": "0.3.0"
},
{
"metadata": {
"id": "7f7e0e9c-b5ad-4e21-a425-f63bd56cb13f",
"publisherId": "856ebda6-b6c2-401a-bdaf-c81731b47e2d",
"publisherDisplayName": "EQuimper"
},
"name": "react-native-react-redux",
"publisher": "EQuimper",
"version": "1.4.1"
},
{
"metadata": {
"id": "ef35225b-a836-473d-b2c3-c3fd0386ae6f",
"publisherId": "f83f54d1-4936-4bfb-ab33-4f064544fb37",
"publisherDisplayName": "Timothy McLane"
},
"name": "react-redux-es6-snippets",
"publisher": "timothymclane",
"version": "2.1.0"
},
{
"metadata": {
"id": "c807e072-5951-4a01-9542-450f946c7ec1",
"publisherId": "8961c3fe-3ec6-429d-886a-50b5af362a88",
"publisherDisplayName": "charalampos karypidis"
},
"name": "ReactSnippets",
"publisher": "xabikos",
"version": "1.4.0"
},
{
"metadata": {
"id": "9d9198ef-15c4-45f2-889d-268757515ebb",
"publisherId": "a932c809-c60c-4449-8eae-4d1e5ade707f",
"publisherDisplayName": "Timon van Spronsen"
},
"name": "ReactSnippetsStandard",
"publisher": "TimonVS",
"version": "1.1.0"
},
{
"metadata": {
"id": "d96e79c6-8b25-4be3-8545-0e0ecefcae03",
"publisherId": "5d63889b-1b67-4b1f-8350-4f1dce041a26",
"publisherDisplayName": "vscodevim"
},
"name": "vim",
"publisher": "vscodevim",
"version": "0.10.1"
},
{
"metadata": {
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
"publisherId": "29859a75-d81b-4f0e-8578-2c80ecee6f99",
"publisherDisplayName": "Dirk Baeumer"
},
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "1.3.2"
},
{
"metadata": {
"id": "b35cd5b4-18db-46f9-ba9e-06096c3b22d3",
"publisherId": "852b63c9-509c-44fb-a302-f04544c660ad",
"publisherDisplayName": "Visual Studio Mobile Tools"
},
"name": "vscode-react-native",
"publisher": "vsmobile",
"version": "0.4.2"
},
{
"metadata": {
"id": "7a6d909f-40d8-4f46-8244-f5ece41d0df5",
"publisherId": "c22b4001-1af3-48d1-87ed-490c6c3b747f",
"publisherDisplayName": "Orta"
},
"name": "vscode-react-native-storybooks",
"publisher": "Orta",
"version": "2.5.1"
}
]
// 既定の設定を上書きするには、このファイル内に設定を挿入します
{
"vim.disableAnnoyingNeovimMessage": true,
"editor.minimap.enabled": false,
"files.trimTrailingWhitespace": true,
"editor.tabSize": 2,
"sync.gist": "",
"sync.lastUpload": "",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment