Skip to content

Instantly share code, notes, and snippets.

@h007
Last active September 30, 2020 07:24
Show Gist options
  • Save h007/29bb40a15b0219697cb0b8acb042e428 to your computer and use it in GitHub Desktop.
Save h007/29bb40a15b0219697cb0b8acb042e428 to your computer and use it in GitHub Desktop.

Revisions

  1. h007 revised this gist Sep 30, 2020. 4 changed files with 0 additions and 3 deletions.
    1 change: 0 additions & 1 deletion keybindings.json
    Original file line number Diff line number Diff line change
    @@ -1 +0,0 @@
    // Empty
    1 change: 0 additions & 1 deletion keybindingsMac.json
    Original file line number Diff line number Diff line change
    @@ -1 +0,0 @@
    // Empty
    1 change: 0 additions & 1 deletion oooo_cloudSettings
    Original file line number Diff line number Diff line change
    @@ -1 +0,0 @@
    {"lastUpload":"2019-02-15T03:31:29.114Z","extensionVersion":"v3.2.4"}
    File renamed without changes.
  2. h007 renamed this gist Sep 30, 2020. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. h007 renamed this gist Sep 30, 2020. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  4. h007 revised this gist Feb 15, 2019. 2 changed files with 3 additions and 3 deletions.
    2 changes: 1 addition & 1 deletion cloudSettings
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    {"lastUpload":"2019-02-15T03:24:37.791Z","extensionVersion":"v3.2.4"}
    {"lastUpload":"2019-02-15T03:31:29.114Z","extensionVersion":"v3.2.4"}
    4 changes: 2 additions & 2 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -4,10 +4,10 @@
    "editor.snippetSuggestions": "top",
    "files.autoSave": "onFocusChange",
    // cmder
    "terminal.external.windowsExec": "",
    "terminal.external.windowsExec": "D:\\dev\\cmder\\Cmder.exe",
    "terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
    "terminal.integrated.shellArgs.windows": [
    // "/k D:\\dev\\cmder\\vsinit.bat"
    "/k D:\\dev\\cmder\\vsinit.bat"
    ],
    "window.zoomLevel": 0,
    "telemetry.enableTelemetry": false,
  5. h007 revised this gist Feb 15, 2019. 3 changed files with 45 additions and 12 deletions.
    2 changes: 1 addition & 1 deletion cloudSettings
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    {"lastUpload":"2019-02-14T15:57:48.462Z","extensionVersion":"v3.2.4"}
    {"lastUpload":"2019-02-15T03:24:37.791Z","extensionVersion":"v3.2.4"}
    42 changes: 36 additions & 6 deletions extensions.json
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,14 @@
    [
    {
    "metadata": {
    "id": "5a8b9107-e667-4ec8-a792-d066a93b9eff",
    "publisherId": "ms-python.anaconda-extension-pack",
    "publisherDisplayName": "ms-python"
    },
    "name": "anaconda-extension-pack",
    "publisher": "ms-python",
    "version": "1.0.1"
    },
    {
    "metadata": {
    "id": "a6a0c5b2-d078-4bf5-a9ee-4e37054414b3",
    @@ -69,6 +79,16 @@
    "publisher": "ms-vscode",
    "version": "1.31.6"
    },
    {
    "metadata": {
    "id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
    "publisherId": "ms-python.python",
    "publisherDisplayName": "ms-python"
    },
    "name": "python",
    "publisher": "ms-python",
    "version": "2019.1.0"
    },
    {
    "metadata": {
    "id": "19e1cdbe-42df-443e-89c0-bfecc7204b1d",
    @@ -119,6 +139,16 @@
    "publisher": "lkytal",
    "version": "1.1.2"
    },
    {
    "metadata": {
    "id": "3c6d2422-afcc-482d-a751-08c6ed38ce19",
    "publisherId": "wmaurer.vscode-jumpy",
    "publisherDisplayName": "wmaurer"
    },
    "name": "vscode-jumpy",
    "publisher": "wmaurer",
    "version": "0.3.1"
    },
    {
    "metadata": {
    "id": "e4ee7751-6514-4731-9cdb-7580ffa9e70b",
    @@ -141,12 +171,12 @@
    },
    {
    "metadata": {
    "id": "5de7e9e0-945c-41f5-8fae-d61b3c7e687c",
    "publisherId": "chun.vscode-translate",
    "publisherDisplayName": "chun"
    "id": "2061917f-f76a-458a-8da9-f162de22b97e",
    "publisherId": "redhat.vscode-yaml",
    "publisherDisplayName": "redhat"
    },
    "name": "vscode-translate",
    "publisher": "chun",
    "version": "0.1.5"
    "name": "vscode-yaml",
    "publisher": "redhat",
    "version": "0.2.1"
    }
    ]
    13 changes: 8 additions & 5 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -2,15 +2,14 @@
    "editor.formatOnPaste": true,
    "editor.multiCursorModifier": "ctrlCmd",
    "editor.snippetSuggestions": "top",
    "sublimeTextKeymap.promptV3Features": true,
    "files.autoSave": "onFocusChange",
    // cmder
    "terminal.external.windowsExec": "D:\\dev\\cmder\\Cmder.exe",
    "terminal.external.windowsExec": "",
    "terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
    "terminal.integrated.shellArgs.windows": [
    "/k D:\\dev\\cmder\\vsinit.bat"
    // "/k D:\\dev\\cmder\\vsinit.bat"
    ],
    "window.zoomLevel": 1,
    "window.zoomLevel": 0,
    "telemetry.enableTelemetry": false,
    "telemetry.enableCrashReporter": false,
    "code-runner.runInTerminal": true,
    @@ -19,5 +18,9 @@
    "code-runner.clearPreviousOutput": true,
    "workbench.colorTheme": "Visual Studio Dark",
    "code-runner.fileDirectoryAsCwd": true,
    "sync.gist": "29bb40a15b0219697cb0b8acb042e428"
    "sync.gist": "29bb40a15b0219697cb0b8acb042e428",
    "workbench.tree.horizontalScrolling": true,
    "editor.mouseWheelZoom": true,
    "editor.tabCompletion": "on",
    "files.eol": "\n"
    }
  6. h007 revised this gist Feb 14, 2019. 2 changed files with 1 addition and 11 deletions.
    2 changes: 1 addition & 1 deletion cloudSettings
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    {"lastUpload":"2019-02-14T15:57:36.452Z","extensionVersion":"v3.2.4"}
    {"lastUpload":"2019-02-14T15:57:48.462Z","extensionVersion":"v3.2.4"}
    10 changes: 0 additions & 10 deletions extensions.json
    Original file line number Diff line number Diff line change
    @@ -99,16 +99,6 @@
    "publisher": "ms-vscode",
    "version": "4.0.0"
    },
    {
    "metadata": {
    "id": "186ace18-2b44-490d-863e-0bd29b229a27",
    "publisherId": "formulahendry.terminal",
    "publisherDisplayName": "formulahendry"
    },
    "name": "terminal",
    "publisher": "formulahendry",
    "version": "0.0.10"
    },
    {
    "metadata": {
    "id": "6ad45f5a-09ec-44e5-b363-867ddc1ec674",
  7. h007 revised this gist Feb 14, 2019. 3 changed files with 20 additions and 39 deletions.
    2 changes: 1 addition & 1 deletion cloudSettings
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    {"lastUpload":"2019-02-14T10:36:08.250Z","extensionVersion":"v3.2.4"}
    {"lastUpload":"2019-02-14T15:57:36.452Z","extensionVersion":"v3.2.4"}
    52 changes: 16 additions & 36 deletions extensions.json
    Original file line number Diff line number Diff line change
    @@ -1,24 +1,4 @@
    [
    {
    "metadata": {
    "id": "5a8b9107-e667-4ec8-a792-d066a93b9eff",
    "publisherId": "ms-python.anaconda-extension-pack",
    "publisherDisplayName": "ms-python"
    },
    "name": "anaconda-extension-pack",
    "publisher": "ms-python",
    "version": "1.0.1"
    },
    {
    "metadata": {
    "id": "697255a9-3f36-44c8-b084-d3b91edfb23a",
    "publisherId": "HookyQR.beautify",
    "publisherDisplayName": "HookyQR"
    },
    "name": "beautify",
    "publisher": "HookyQR",
    "version": "1.4.8"
    },
    {
    "metadata": {
    "id": "a6a0c5b2-d078-4bf5-a9ee-4e37054414b3",
    @@ -89,16 +69,6 @@
    "publisher": "ms-vscode",
    "version": "1.31.6"
    },
    {
    "metadata": {
    "id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
    "publisherId": "ms-python.python",
    "publisherDisplayName": "ms-python"
    },
    "name": "python",
    "publisher": "ms-python",
    "version": "2019.1.0"
    },
    {
    "metadata": {
    "id": "19e1cdbe-42df-443e-89c0-bfecc7204b1d",
    @@ -151,13 +121,13 @@
    },
    {
    "metadata": {
    "id": "2f5dd8cb-d251-4d70-abfe-ddebcb077483",
    "publisherId": "octref.vetur",
    "publisherDisplayName": "octref"
    "id": "093c6a00-01a4-43cc-8bae-8c0674cd8756",
    "publisherId": "lkytal.translatorplus",
    "publisherDisplayName": "lkytal"
    },
    "name": "vetur",
    "publisher": "octref",
    "version": "0.15.0"
    "name": "translatorplus",
    "publisher": "lkytal",
    "version": "1.1.2"
    },
    {
    "metadata": {
    @@ -178,5 +148,15 @@
    "name": "vscode-markdownlint",
    "publisher": "DavidAnson",
    "version": "0.24.0"
    },
    {
    "metadata": {
    "id": "5de7e9e0-945c-41f5-8fae-d61b3c7e687c",
    "publisherId": "chun.vscode-translate",
    "publisherDisplayName": "chun"
    },
    "name": "vscode-translate",
    "publisher": "chun",
    "version": "0.1.5"
    }
    ]
    5 changes: 3 additions & 2 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -10,13 +10,14 @@
    "terminal.integrated.shellArgs.windows": [
    "/k D:\\dev\\cmder\\vsinit.bat"
    ],
    "window.zoomLevel": 0,
    "window.zoomLevel": 1,
    "telemetry.enableTelemetry": false,
    "telemetry.enableCrashReporter": false,
    "code-runner.runInTerminal": true,
    "trailing-spaces.trimOnSave": true,
    "files.defaultLanguage": "python",
    "code-runner.clearPreviousOutput": true,
    "workbench.colorTheme": "Visual Studio Dark",
    "code-runner.fileDirectoryAsCwd": true
    "code-runner.fileDirectoryAsCwd": true,
    "sync.gist": "29bb40a15b0219697cb0b8acb042e428"
    }
  8. h007 revised this gist Feb 14, 2019. 5 changed files with 205 additions and 5 deletions.
    2 changes: 1 addition & 1 deletion cloudSettings
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    // Empty
    {"lastUpload":"2019-02-14T10:36:08.250Z","extensionVersion":"v3.2.4"}
    183 changes: 182 additions & 1 deletion extensions.json
    Original file line number Diff line number Diff line change
    @@ -1 +1,182 @@
    // Empty
    [
    {
    "metadata": {
    "id": "5a8b9107-e667-4ec8-a792-d066a93b9eff",
    "publisherId": "ms-python.anaconda-extension-pack",
    "publisherDisplayName": "ms-python"
    },
    "name": "anaconda-extension-pack",
    "publisher": "ms-python",
    "version": "1.0.1"
    },
    {
    "metadata": {
    "id": "697255a9-3f36-44c8-b084-d3b91edfb23a",
    "publisherId": "HookyQR.beautify",
    "publisherDisplayName": "HookyQR"
    },
    "name": "beautify",
    "publisher": "HookyQR",
    "version": "1.4.8"
    },
    {
    "metadata": {
    "id": "a6a0c5b2-d078-4bf5-a9ee-4e37054414b3",
    "publisherId": "formulahendry.code-runner",
    "publisherDisplayName": "formulahendry"
    },
    "name": "code-runner",
    "publisher": "formulahendry",
    "version": "0.9.7"
    },
    {
    "metadata": {
    "id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
    "publisherId": "Shan.code-settings-sync",
    "publisherDisplayName": "Shan"
    },
    "name": "code-settings-sync",
    "publisher": "Shan",
    "version": "3.2.4"
    },
    {
    "metadata": {
    "id": "060828aa-17ab-40d9-9e2d-f8407f5c8d04",
    "publisherId": "alexdima.copy-relative-path",
    "publisherDisplayName": "alexdima"
    },
    "name": "copy-relative-path",
    "publisher": "alexdima",
    "version": "0.0.2"
    },
    {
    "metadata": {
    "id": "51604e47-0bb3-43c0-9226-a74eeca7cd84",
    "publisherId": "bukas.GBKtoUTF8",
    "publisherDisplayName": "bukas"
    },
    "name": "GBKtoUTF8",
    "publisher": "bukas",
    "version": "0.0.2"
    },
    {
    "metadata": {
    "id": "7f147721-ec06-4043-9e37-c9ffbecbccd1",
    "publisherId": "whizkydee.material-palenight-theme",
    "publisherDisplayName": "whizkydee"
    },
    "name": "material-palenight-theme",
    "publisher": "whizkydee",
    "version": "1.9.4"
    },
    {
    "metadata": {
    "id": "c5a0e020-41e5-4180-aadc-85aa7c4e0517",
    "publisherId": "jithurjacob.nbpreviewer",
    "publisherDisplayName": "jithurjacob"
    },
    "name": "nbpreviewer",
    "publisher": "jithurjacob",
    "version": "1.2.2"
    },
    {
    "metadata": {
    "id": "36d19e17-7569-4841-a001-947eb18602b2",
    "publisherId": "ms-vscode.node-debug2",
    "publisherDisplayName": "ms-vscode"
    },
    "name": "node-debug2",
    "publisher": "ms-vscode",
    "version": "1.31.6"
    },
    {
    "metadata": {
    "id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
    "publisherId": "ms-python.python",
    "publisherDisplayName": "ms-python"
    },
    "name": "python",
    "publisher": "ms-python",
    "version": "2019.1.0"
    },
    {
    "metadata": {
    "id": "19e1cdbe-42df-443e-89c0-bfecc7204b1d",
    "publisherId": "tht13.python",
    "publisherDisplayName": "tht13"
    },
    "name": "python",
    "publisher": "tht13",
    "version": "0.2.3"
    },
    {
    "metadata": {
    "id": "d552b939-38e0-46cd-9295-8b7880b43d6c",
    "publisherId": "himanoa.Python-autopep8",
    "publisherDisplayName": "himanoa"
    },
    "name": "Python-autopep8",
    "publisher": "himanoa",
    "version": "1.0.2"
    },
    {
    "metadata": {
    "id": "529697b9-b343-4b1c-ba2f-f5ef692132d4",
    "publisherId": "ms-vscode.sublime-keybindings",
    "publisherDisplayName": "ms-vscode"
    },
    "name": "sublime-keybindings",
    "publisher": "ms-vscode",
    "version": "4.0.0"
    },
    {
    "metadata": {
    "id": "186ace18-2b44-490d-863e-0bd29b229a27",
    "publisherId": "formulahendry.terminal",
    "publisherDisplayName": "formulahendry"
    },
    "name": "terminal",
    "publisher": "formulahendry",
    "version": "0.0.10"
    },
    {
    "metadata": {
    "id": "6ad45f5a-09ec-44e5-b363-867ddc1ec674",
    "publisherId": "shardulm94.trailing-spaces",
    "publisherDisplayName": "shardulm94"
    },
    "name": "trailing-spaces",
    "publisher": "shardulm94",
    "version": "0.2.11"
    },
    {
    "metadata": {
    "id": "2f5dd8cb-d251-4d70-abfe-ddebcb077483",
    "publisherId": "octref.vetur",
    "publisherDisplayName": "octref"
    },
    "name": "vetur",
    "publisher": "octref",
    "version": "0.15.0"
    },
    {
    "metadata": {
    "id": "e4ee7751-6514-4731-9cdb-7580ffa9e70b",
    "publisherId": "MS-CEINTL.vscode-language-pack-zh-hans",
    "publisherDisplayName": "MS-CEINTL"
    },
    "name": "vscode-language-pack-zh-hans",
    "publisher": "MS-CEINTL",
    "version": "1.31.4"
    },
    {
    "metadata": {
    "id": "daf8b44d-8aae-4da2-80c5-1f770219f643",
    "publisherId": "DavidAnson.vscode-markdownlint",
    "publisherDisplayName": "DavidAnson"
    },
    "name": "vscode-markdownlint",
    "publisher": "DavidAnson",
    "version": "0.24.0"
    }
    ]
    1 change: 0 additions & 1 deletion launch.json
    Original file line number Diff line number Diff line change
    @@ -1 +0,0 @@
    // Empty
    1 change: 0 additions & 1 deletion locale.json
    Original file line number Diff line number Diff line change
    @@ -1 +0,0 @@
    // Empty
    23 changes: 22 additions & 1 deletion settings.json
    Original file line number Diff line number Diff line change
    @@ -1 +1,22 @@
    // Empty
    {
    "editor.formatOnPaste": true,
    "editor.multiCursorModifier": "ctrlCmd",
    "editor.snippetSuggestions": "top",
    "sublimeTextKeymap.promptV3Features": true,
    "files.autoSave": "onFocusChange",
    // cmder
    "terminal.external.windowsExec": "D:\\dev\\cmder\\Cmder.exe",
    "terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
    "terminal.integrated.shellArgs.windows": [
    "/k D:\\dev\\cmder\\vsinit.bat"
    ],
    "window.zoomLevel": 0,
    "telemetry.enableTelemetry": false,
    "telemetry.enableCrashReporter": false,
    "code-runner.runInTerminal": true,
    "trailing-spaces.trimOnSave": true,
    "files.defaultLanguage": "python",
    "code-runner.clearPreviousOutput": true,
    "workbench.colorTheme": "Visual Studio Dark",
    "code-runner.fileDirectoryAsCwd": true
    }
  9. h007 created this gist Feb 14, 2019.
    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