Skip to content

Instantly share code, notes, and snippets.

@dcrystalj
Last active December 24, 2017 08:27
Show Gist options
  • Save dcrystalj/8defe8c6413e027f5b09338a6c600cc4 to your computer and use it in GitHub Desktop.
Save dcrystalj/8defe8c6413e027f5b09338a6c600cc4 to your computer and use it in GitHub Desktop.

Revisions

  1. dcrystalj revised this gist Dec 24, 2017. 3 changed files with 19 additions and 14 deletions.
    2 changes: 1 addition & 1 deletion cloudSettings
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    {"lastUpload":"2017-12-21T22:19:27.812Z","extensionVersion":"v2.8.6"}
    {"lastUpload":"2017-12-24T08:27:36.000Z","extensionVersion":"v2.8.7"}
    20 changes: 10 additions & 10 deletions extensions.json
    Original file line number Diff line number Diff line change
    @@ -17,7 +17,7 @@
    },
    "name": "auto-close-tag",
    "publisher": "formulahendry",
    "version": "0.5.3"
    "version": "0.5.5"
    },
    {
    "metadata": {
    @@ -57,7 +57,7 @@
    },
    "name": "code-runner",
    "publisher": "formulahendry",
    "version": "0.8.4"
    "version": "0.8.6"
    },
    {
    "metadata": {
    @@ -67,7 +67,7 @@
    },
    "name": "code-settings-sync",
    "publisher": "Shan",
    "version": "2.8.6"
    "version": "2.8.7"
    },
    {
    "metadata": {
    @@ -77,7 +77,7 @@
    },
    "name": "debugger-for-chrome",
    "publisher": "msjsdiag",
    "version": "3.5.0"
    "version": "4.0.0"
    },
    {
    "metadata": {
    @@ -147,7 +147,7 @@
    },
    "name": "java",
    "publisher": "redhat",
    "version": "0.14.0"
    "version": "0.16.0"
    },
    {
    "metadata": {
    @@ -167,7 +167,7 @@
    },
    "name": "jsrefactor",
    "publisher": "cmstead",
    "version": "1.5.3"
    "version": "2.11.2"
    },
    {
    "metadata": {
    @@ -197,7 +197,7 @@
    },
    "name": "material-icon-theme",
    "publisher": "PKief",
    "version": "3.1.0"
    "version": "3.2.0"
    },
    {
    "metadata": {
    @@ -237,7 +237,7 @@
    },
    "name": "python",
    "publisher": "ms-python",
    "version": "0.8.0"
    "version": "0.9.1"
    },
    {
    "metadata": {
    @@ -257,7 +257,7 @@
    },
    "name": "slime",
    "publisher": "smlombardi",
    "version": "2.26.0"
    "version": "2.30.5"
    },
    {
    "metadata": {
    @@ -277,7 +277,7 @@
    },
    "name": "vetur",
    "publisher": "octref",
    "version": "0.11.3"
    "version": "0.11.5"
    },
    {
    "metadata": {
    11 changes: 8 additions & 3 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -28,7 +28,7 @@
    },
    "workbench.iconTheme": "material-icon-theme",
    "sync.gist": "8defe8c6413e027f5b09338a6c600cc4",
    "sync.lastUpload": "2017-11-25T14:11:06.930Z",
    "sync.lastUpload": "2017-12-21T22:19:27.812Z",
    "sync.autoDownload": false,
    "sync.autoUpload": true,
    "sync.lastDownload": "",
    @@ -44,5 +44,10 @@
    "vue",
    "vue-html"
    ],
    "material-icon-theme.showUpdateMessage": false
    }
    "material-icon-theme.showUpdateMessage": false,
    "explorer.confirmDelete": false,
    "code-runner.runInTerminal": true,
    "python.disablePromptForFeatures": [
    "pylint"
    ]
    }
  2. dcrystalj revised this gist Dec 21, 2017. 3 changed files with 5 additions and 4 deletions.
    2 changes: 1 addition & 1 deletion cloudSettings
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    {"lastUpload":"2017-11-25T14:11:06.930Z","extensionVersion":"v2.8.6"}
    {"lastUpload":"2017-12-21T22:19:27.812Z","extensionVersion":"v2.8.6"}
    2 changes: 1 addition & 1 deletion extensions.json
    Original file line number Diff line number Diff line change
    @@ -197,7 +197,7 @@
    },
    "name": "material-icon-theme",
    "publisher": "PKief",
    "version": "3.0.0"
    "version": "3.1.0"
    },
    {
    "metadata": {
    5 changes: 3 additions & 2 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -28,7 +28,7 @@
    },
    "workbench.iconTheme": "material-icon-theme",
    "sync.gist": "8defe8c6413e027f5b09338a6c600cc4",
    "sync.lastUpload": "2017-11-25T14:10:46.820Z",
    "sync.lastUpload": "2017-11-25T14:11:06.930Z",
    "sync.autoDownload": false,
    "sync.autoUpload": true,
    "sync.lastDownload": "",
    @@ -43,5 +43,6 @@
    "javascriptreact",
    "vue",
    "vue-html"
    ]
    ],
    "material-icon-theme.showUpdateMessage": false
    }
  3. dcrystalj revised this gist Nov 25, 2017. 2 changed files with 5 additions and 3 deletions.
    2 changes: 1 addition & 1 deletion cloudSettings
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    {"lastUpload":"2017-11-25T14:10:46.820Z","extensionVersion":"v2.8.6"}
    {"lastUpload":"2017-11-25T14:11:06.930Z","extensionVersion":"v2.8.6"}
    6 changes: 4 additions & 2 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -28,7 +28,7 @@
    },
    "workbench.iconTheme": "material-icon-theme",
    "sync.gist": "8defe8c6413e027f5b09338a6c600cc4",
    "sync.lastUpload": "2017-11-25T10:44:49.219Z",
    "sync.lastUpload": "2017-11-25T14:10:46.820Z",
    "sync.autoDownload": false,
    "sync.autoUpload": true,
    "sync.lastDownload": "",
    @@ -40,6 +40,8 @@
    "sync.askGistName": false,
    "eslint.validate": [
    "javascript",
    "javascriptreact"
    "javascriptreact",
    "vue",
    "vue-html"
    ]
    }
  4. dcrystalj revised this gist Nov 25, 2017. 2 changed files with 8 additions and 4 deletions.
    2 changes: 1 addition & 1 deletion cloudSettings
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    {"lastUpload":"2017-11-25T10:44:49.219Z","extensionVersion":"v2.8.6"}
    {"lastUpload":"2017-11-25T14:10:46.820Z","extensionVersion":"v2.8.6"}
    10 changes: 7 additions & 3 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -27,8 +27,8 @@
    "editor.tabSize": 2
    },
    "workbench.iconTheme": "material-icon-theme",
    "sync.gist": "",
    "sync.lastUpload": "2017-11-25T10:42:22.263Z",
    "sync.gist": "8defe8c6413e027f5b09338a6c600cc4",
    "sync.lastUpload": "2017-11-25T10:44:49.219Z",
    "sync.autoDownload": false,
    "sync.autoUpload": true,
    "sync.lastDownload": "",
    @@ -37,5 +37,9 @@
    "sync.host": "",
    "sync.pathPrefix": "",
    "sync.quietSync": false,
    "sync.askGistName": false
    "sync.askGistName": false,
    "eslint.validate": [
    "javascript",
    "javascriptreact"
    ]
    }
  5. dcrystalj revised this gist Nov 25, 2017. 6 changed files with 485 additions and 6 deletions.
    2 changes: 1 addition & 1 deletion cloudSettings
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    // Empty
    {"lastUpload":"2017-11-25T10:44:49.219Z","extensionVersion":"v2.8.6"}
    363 changes: 362 additions & 1 deletion extensions.json
    Original file line number Diff line number Diff line change
    @@ -1 +1,362 @@
    // Empty
    [
    {
    "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.3"
    },
    {
    "metadata": {
    "id": "697255a9-3f36-44c8-b084-d3b91edfb23a",
    "publisherId": "HookyQR.beautify",
    "publisherDisplayName": "HookyQR"
    },
    "name": "beautify",
    "publisher": "HookyQR",
    "version": "1.1.1"
    },
    {
    "metadata": {
    "id": "b689fcc8-d494-4dbf-a228-2c694a578afc",
    "publisherId": "alefragnani.Bookmarks",
    "publisherDisplayName": "alefragnani"
    },
    "name": "Bookmarks",
    "publisher": "alefragnani",
    "version": "0.18.0"
    },
    {
    "metadata": {
    "id": "dbfcaca2-cabd-47ce-91f3-8e1276d2b50f",
    "publisherId": "nwhatt.chai-snippets",
    "publisherDisplayName": "nwhatt"
    },
    "name": "chai-snippets",
    "publisher": "nwhatt",
    "version": "0.1.0"
    },
    {
    "metadata": {
    "id": "a6a0c5b2-d078-4bf5-a9ee-4e37054414b3",
    "publisherId": "formulahendry.code-runner",
    "publisherDisplayName": "formulahendry"
    },
    "name": "code-runner",
    "publisher": "formulahendry",
    "version": "0.8.4"
    },
    {
    "metadata": {
    "id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
    "publisherId": "Shan.code-settings-sync",
    "publisherDisplayName": "Shan"
    },
    "name": "code-settings-sync",
    "publisher": "Shan",
    "version": "2.8.6"
    },
    {
    "metadata": {
    "id": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd",
    "publisherId": "msjsdiag.debugger-for-chrome",
    "publisherDisplayName": "msjsdiag"
    },
    "name": "debugger-for-chrome",
    "publisher": "msjsdiag",
    "version": "3.5.0"
    },
    {
    "metadata": {
    "id": "34e27654-43b1-4a43-bfd5-e81a7a6c2ffa",
    "publisherId": "bibhasdn.django-html",
    "publisherDisplayName": "bibhasdn"
    },
    "name": "django-html",
    "publisher": "bibhasdn",
    "version": "1.2.0"
    },
    {
    "metadata": {
    "id": "9abb18e1-3303-4159-bff1-eac2adc9bc23",
    "publisherId": "bibhasdn.django-snippets",
    "publisherDisplayName": "bibhasdn"
    },
    "name": "django-snippets",
    "publisher": "bibhasdn",
    "version": "1.1.0"
    },
    {
    "metadata": {
    "id": "5960f38e-0bbe-4644-8f9c-9c8824e82511",
    "publisherId": "donjayamanne.githistory",
    "publisherDisplayName": "donjayamanne"
    },
    "name": "githistory",
    "publisher": "donjayamanne",
    "version": "0.2.3"
    },
    {
    "metadata": {
    "id": "9f09efeb-59e3-4436-9271-96cdc45543e0",
    "publisherId": "jgsqware.gitlab-ci-templates",
    "publisherDisplayName": "jgsqware"
    },
    "name": "gitlab-ci-templates",
    "publisher": "jgsqware",
    "version": "0.3.0"
    },
    {
    "metadata": {
    "id": "7b71fc1b-190d-4f7d-95d1-93e422649b0a",
    "publisherId": "Zignd.html-css-class-completion",
    "publisherDisplayName": "Zignd"
    },
    "name": "html-css-class-completion",
    "publisher": "Zignd",
    "version": "1.14.0"
    },
    {
    "metadata": {
    "id": "be992f3f-9f22-4b66-a1d2-ecad04c28a28",
    "publisherId": "abusaidm.html-snippets",
    "publisherDisplayName": "abusaidm"
    },
    "name": "html-snippets",
    "publisher": "abusaidm",
    "version": "0.1.0"
    },
    {
    "metadata": {
    "id": "198a707e-28af-4e84-8610-6e2f628dd12d",
    "publisherId": "redhat.java",
    "publisherDisplayName": "redhat"
    },
    "name": "java",
    "publisher": "redhat",
    "version": "0.14.0"
    },
    {
    "metadata": {
    "id": "c941a679-d500-46a8-b2a9-208063125901",
    "publisherId": "wholroyd.jinja",
    "publisherDisplayName": "wholroyd"
    },
    "name": "jinja",
    "publisher": "wholroyd",
    "version": "0.0.8"
    },
    {
    "metadata": {
    "id": "74f34f8a-245e-4133-8617-a3a94b5a417e",
    "publisherId": "cmstead.jsrefactor",
    "publisherDisplayName": "cmstead"
    },
    "name": "jsrefactor",
    "publisher": "cmstead",
    "version": "1.5.3"
    },
    {
    "metadata": {
    "id": "9b6725fb-cfcc-4dd3-bf80-44a4b98c6112",
    "publisherId": "donjayamanne.jupyter",
    "publisherDisplayName": "donjayamanne"
    },
    "name": "jupyter",
    "publisher": "donjayamanne",
    "version": "1.1.4"
    },
    {
    "metadata": {
    "id": "f015bc3c-a098-4245-8765-615e002e09ab",
    "publisherId": "yzane.markdown-pdf",
    "publisherDisplayName": "yzane"
    },
    "name": "markdown-pdf",
    "publisher": "yzane",
    "version": "0.1.7"
    },
    {
    "metadata": {
    "id": "5db78037-f674-459f-a236-db622c427c5b",
    "publisherId": "PKief.material-icon-theme",
    "publisherDisplayName": "PKief"
    },
    "name": "material-icon-theme",
    "publisher": "PKief",
    "version": "3.0.0"
    },
    {
    "metadata": {
    "id": "36d19e17-7569-4841-a001-947eb18602b2",
    "publisherId": "ms-vscode.node-debug2",
    "publisherDisplayName": "ms-vscode"
    },
    "name": "node-debug2",
    "publisher": "ms-vscode",
    "version": "1.19.0"
    },
    {
    "metadata": {
    "id": "4386e6f6-ec10-4463-9d23-c24278718947",
    "publisherId": "tomoki1207.pdf",
    "publisherDisplayName": "tomoki1207"
    },
    "name": "pdf",
    "publisher": "tomoki1207",
    "version": "0.2.0"
    },
    {
    "metadata": {
    "id": "741aaa35-4ec9-4adb-88e3-1ea8cb07f4c6",
    "publisherId": "doublefint.pgsql",
    "publisherDisplayName": "doublefint"
    },
    "name": "pgsql",
    "publisher": "doublefint",
    "version": "0.0.8"
    },
    {
    "metadata": {
    "id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
    "publisherId": "ms-python.python",
    "publisherDisplayName": "ms-python"
    },
    "name": "python",
    "publisher": "ms-python",
    "version": "0.8.0"
    },
    {
    "metadata": {
    "id": "f5188937-53e0-45bb-a16d-61231003fa3b",
    "publisherId": "donjayamanne.python-extension-pack",
    "publisherDisplayName": "donjayamanne"
    },
    "name": "python-extension-pack",
    "publisher": "donjayamanne",
    "version": "1.0.1"
    },
    {
    "metadata": {
    "id": "735af542-944f-4b07-b336-9df27d7b8d84",
    "publisherId": "smlombardi.slime",
    "publisherDisplayName": "smlombardi"
    },
    "name": "slime",
    "publisher": "smlombardi",
    "version": "2.26.0"
    },
    {
    "metadata": {
    "id": "529697b9-b343-4b1c-ba2f-f5ef692132d4",
    "publisherId": "ms-vscode.sublime-keybindings",
    "publisherDisplayName": "ms-vscode"
    },
    "name": "sublime-keybindings",
    "publisher": "ms-vscode",
    "version": "3.0.3"
    },
    {
    "metadata": {
    "id": "2f5dd8cb-d251-4d70-abfe-ddebcb077483",
    "publisherId": "octref.vetur",
    "publisherDisplayName": "octref"
    },
    "name": "vetur",
    "publisher": "octref",
    "version": "0.11.3"
    },
    {
    "metadata": {
    "id": "188277b8-e4bc-4c10-92fa-d6959b4243ea",
    "publisherId": "ryanluker.vscode-coverage-gutters",
    "publisherDisplayName": "ryanluker"
    },
    "name": "vscode-coverage-gutters",
    "publisher": "ryanluker",
    "version": "1.3.0"
    },
    {
    "metadata": {
    "id": "0479fc1c-3d67-49f9-b087-fb9069afe48f",
    "publisherId": "PeterJausovec.vscode-docker",
    "publisherDisplayName": "PeterJausovec"
    },
    "name": "vscode-docker",
    "publisher": "PeterJausovec",
    "version": "0.0.22"
    },
    {
    "metadata": {
    "id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
    "publisherId": "dbaeumer.vscode-eslint",
    "publisherDisplayName": "dbaeumer"
    },
    "name": "vscode-eslint",
    "publisher": "dbaeumer",
    "version": "1.4.3"
    },
    {
    "metadata": {
    "id": "aaee577c-f062-495a-9816-0cbd442f1d25",
    "publisherId": "ecmel.vscode-html-css",
    "publisherDisplayName": "ecmel"
    },
    "name": "vscode-html-css",
    "publisher": "ecmel",
    "version": "0.1.8"
    },
    {
    "metadata": {
    "id": "c46b0018-f317-4b6c-a785-d2039b27338f",
    "publisherId": "wix.vscode-import-cost",
    "publisherDisplayName": "wix"
    },
    "name": "vscode-import-cost",
    "publisher": "wix",
    "version": "2.5.1"
    },
    {
    "metadata": {
    "id": "daf8b44d-8aae-4da2-80c5-1f770219f643",
    "publisherId": "DavidAnson.vscode-markdownlint",
    "publisherDisplayName": "DavidAnson"
    },
    "name": "vscode-markdownlint",
    "publisher": "DavidAnson",
    "version": "0.12.0"
    },
    {
    "metadata": {
    "id": "b35cd5b4-18db-46f9-ba9e-06096c3b22d3",
    "publisherId": "vsmobile.vscode-react-native",
    "publisherDisplayName": "vsmobile"
    },
    "name": "vscode-react-native",
    "publisher": "vsmobile",
    "version": "0.5.7"
    },
    {
    "metadata": {
    "id": "3620b114-6fe8-459b-8c68-99943147069b",
    "publisherId": "hollowtree.vue-snippets",
    "publisherDisplayName": "hollowtree"
    },
    "name": "vue-snippets",
    "publisher": "hollowtree",
    "version": "0.1.5"
    }
    ]
    76 changes: 75 additions & 1 deletion keybindings.json
    Original file line number Diff line number Diff line change
    @@ -1 +1,75 @@
    // Empty
    // Place your key bindings in this file to overwrite the defaults
    [
    { "key": "ctrl+up", "command": "editor.action.moveLinesUpAction", "when": "editorTextFocus && !editorReadonly" },
    {
    "key": "ctrl+down",
    "command": "editor.action.moveLinesDownAction",
    "when": "editorTextFocus && !editorReadonly"
    },
    {
    "key": "ctrl+k n",
    "command": "bookmarks.jumpToNext",
    "when": "editorTextFocus"
    },
    {
    "key": "ctrl+alt+l",
    "command": "-bookmarks.jumpToNext",
    "when": "editorTextFocus"
    },
    {
    "key": "ctrl+k p",
    "command": "bookmarks.jumpToPrevious",
    "when": "editorTextFocus"
    },
    {
    "key": "ctrl+alt+j",
    "command": "-bookmarks.jumpToPrevious",
    "when": "editorTextFocus"
    },
    {
    "key": "ctrl+k m",
    "command": "bookmarks.toggle",
    "when": "editorTextFocus"
    },
    {
    "key": "ctrl+alt+k",
    "command": "-bookmarks.toggle",
    "when": "editorTextFocus"
    },
    {
    "key": "ctrl+k l",
    "command": "workbench.action.editor.changeLanguageMode"
    },
    {
    "key": "ctrl+k m",
    "command": "-workbench.action.editor.changeLanguageMode"
    },
    {
    "key": "ctrl+j",
    "command": "selectNextSuggestion",
    "when": "editorTextFocus && suggestWidgetMultipleSuggestions && suggestWidgetVisible"
    },
    {
    "key": "down",
    "command": "-selectNextSuggestion",
    "when": "editorTextFocus && suggestWidgetMultipleSuggestions && suggestWidgetVisible"
    },
    {
    "key": "ctrl+k",
    "command": "selectPrevSuggestion",
    "when": "editorTextFocus && suggestWidgetMultipleSuggestions && suggestWidgetVisible"
    },
    {
    "key": "ctrl+up",
    "command": "-selectPrevSuggestion",
    "when": "editorTextFocus && suggestWidgetMultipleSuggestions && suggestWidgetVisible"
    },
    {
    "key": "ctrl+shift+b",
    "command": "python.execInTerminal"
    },
    {
    "key": "ctrl+shift+r",
    "command": "code-runner.runCustomCommand"
    },
    ]
    1 change: 0 additions & 1 deletion launch.json
    Original file line number Diff line number Diff line change
    @@ -1 +0,0 @@
    // Empty
    7 changes: 6 additions & 1 deletion locale.json
    Original file line number Diff line number Diff line change
    @@ -1 +1,6 @@
    // Empty
    {
    // Defines VSCode's display language.
    // See https://go.microsoft.com/fwlink/?LinkId=761051 for a list of supported languages.
    // Changing the value requires restarting VSCode.
    "locale":"en"
    }
    42 changes: 41 additions & 1 deletion settings.json
    Original file line number Diff line number Diff line change
    @@ -1 +1,41 @@
    // Empty
    {
    "workbench.activityBar.visible": false,
    "workbench.welcome.enabled": false,
    "python.linting.lintOnSave": true,
    "python.linting.pylintArgs": [
    "--load-plugins",
    "pylint_django"
    ],
    "python.linting.pep8Enabled": true,
    "python.pythonPath": "python3",
    "editor.minimap.enabled": false,
    "python.formatting.provider": "yapf",
    "workbench.statusBar.visible": false,
    "window.zoomLevel": 0,
    "python.linting.pylintPath": "pylint3",
    "sublimeTextKeymap.promptV3Features": true,
    "editor.multiCursorModifier": "ctrlCmd",
    "editor.snippetSuggestions": "top",
    "editor.formatOnPaste": true,
    "jupyter.appendResults": false,
    "extensions.ignoreRecommendations": true,
    "editor.tabSize": 4,
    "[javascript]": {
    "editor.tabSize": 2
    },
    "[json]": {
    "editor.tabSize": 2
    },
    "workbench.iconTheme": "material-icon-theme",
    "sync.gist": "",
    "sync.lastUpload": "2017-11-25T10:42:22.263Z",
    "sync.autoDownload": false,
    "sync.autoUpload": true,
    "sync.lastDownload": "",
    "sync.forceDownload": false,
    "sync.anonymousGist": false,
    "sync.host": "",
    "sync.pathPrefix": "",
    "sync.quietSync": false,
    "sync.askGistName": false
    }
  6. dcrystalj created this gist Nov 25, 2017.
    1 change: 1 addition & 0 deletions cloudSettings
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    // Empty
    1 change: 1 addition & 0 deletions extensions.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    // Empty
    1 change: 1 addition & 0 deletions keybindings.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    // Empty
    1 change: 1 addition & 0 deletions keybindingsMac.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    // Empty
    1 change: 1 addition & 0 deletions launch.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    // Empty
    1 change: 1 addition & 0 deletions locale.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    // Empty
    1 change: 1 addition & 0 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    // Empty