Skip to content

Instantly share code, notes, and snippets.

@thetinygoat
Last active July 3, 2020 16:37
Show Gist options
  • Select an option

  • Save thetinygoat/1b7c16d5d927ac9bde16b4e67450dd4a to your computer and use it in GitHub Desktop.

Select an option

Save thetinygoat/1b7c16d5d927ac9bde16b4e67450dd4a to your computer and use it in GitHub Desktop.

Revisions

  1. thetinygoat revised this gist Jul 3, 2020. 1 changed file with 2 additions and 11 deletions.
    13 changes: 2 additions & 11 deletions vscode-settings.json
    Original file line number Diff line number Diff line change
    @@ -3,7 +3,7 @@
    "workbench.iconTheme": "material-icon-theme",
    "python.linting.pylintPath": "/usr/bin/pylint",
    "python.formatting.blackPath": "/usr/bin/black",
    "editor.fontFamily": "JetBrains Mono NL",
    "editor.fontFamily": "JetBrains Mono",
    "editor.fontLigatures": true,
    "extensions.showRecommendationsOnlyOnDemand": true,
    "extensions.ignoreRecommendations": true,
    @@ -27,15 +27,6 @@
    "editor.formatOnSave": true,
    "python.formatting.provider": "black",
    "java.semanticHighlighting.enabled": false,
    "workbench.colorTheme": "Night Owl",
    "go.formatTool": "goimports",
    "workbench.colorTheme": "Dracula",
    "[dart]": {
    "editor.formatOnSave": true,
    "editor.formatOnType": true,
    "editor.selectionHighlight": false,
    "editor.suggest.snippetsPreventQuickSuggestions": false,
    "editor.suggestSelection": "first",
    "editor.tabCompletion": "onlySnippets",
    "editor.wordBasedSuggestions": false
    },
    }
  2. thetinygoat revised this gist Jun 28, 2020. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions vscode-settings.json
    Original file line number Diff line number Diff line change
    @@ -8,6 +8,9 @@
    "extensions.showRecommendationsOnlyOnDemand": true,
    "extensions.ignoreRecommendations": true,
    "files.autoSave": "onFocusChange",
    "editor.rulers": [
    80
    ],
    "window.menuBarVisibility": "toggle",
    "files.exclude": {
    "**/.classpath": true,
    @@ -29,9 +32,6 @@
    "[dart]": {
    "editor.formatOnSave": true,
    "editor.formatOnType": true,
    "editor.rulers": [
    80
    ],
    "editor.selectionHighlight": false,
    "editor.suggest.snippetsPreventQuickSuggestions": false,
    "editor.suggestSelection": "first",
  3. thetinygoat revised this gist Jun 28, 2020. 1 changed file with 13 additions and 0 deletions.
    13 changes: 13 additions & 0 deletions vscode-settings.json
    Original file line number Diff line number Diff line change
    @@ -25,4 +25,17 @@
    "python.formatting.provider": "black",
    "java.semanticHighlighting.enabled": false,
    "go.formatTool": "goimports",
    "workbench.colorTheme": "Dracula",
    "[dart]": {
    "editor.formatOnSave": true,
    "editor.formatOnType": true,
    "editor.rulers": [
    80
    ],
    "editor.selectionHighlight": false,
    "editor.suggest.snippetsPreventQuickSuggestions": false,
    "editor.suggestSelection": "first",
    "editor.tabCompletion": "onlySnippets",
    "editor.wordBasedSuggestions": false
    },
    }
  4. thetinygoat revised this gist Jun 4, 2020. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion vscode-settings.json
    Original file line number Diff line number Diff line change
    @@ -3,7 +3,7 @@
    "workbench.iconTheme": "material-icon-theme",
    "python.linting.pylintPath": "/usr/bin/pylint",
    "python.formatting.blackPath": "/usr/bin/black",
    "editor.fontFamily": "Fira Code Retina",
    "editor.fontFamily": "JetBrains Mono NL",
    "editor.fontLigatures": true,
    "extensions.showRecommendationsOnlyOnDemand": true,
    "extensions.ignoreRecommendations": true,
    @@ -23,4 +23,6 @@
    },
    "editor.formatOnSave": true,
    "python.formatting.provider": "black",
    "java.semanticHighlighting.enabled": false,
    "go.formatTool": "goimports",
    }
  5. thetinygoat revised this gist Apr 19, 2020. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions vscode-settings.json
    Original file line number Diff line number Diff line change
    @@ -8,8 +8,6 @@
    "extensions.showRecommendationsOnlyOnDemand": true,
    "extensions.ignoreRecommendations": true,
    "files.autoSave": "onFocusChange",
    "workbench.colorTheme": "Atom One Dark",
    "go.formatTool": "goimports",
    "window.menuBarVisibility": "toggle",
    "files.exclude": {
    "**/.classpath": true,
    @@ -24,4 +22,5 @@
    },
    },
    "editor.formatOnSave": true,
    "python.formatting.provider": "black",
    }
  6. thetinygoat revised this gist Mar 18, 2020. 1 changed file with 13 additions and 1 deletion.
    14 changes: 13 additions & 1 deletion vscode-settings.json
    Original file line number Diff line number Diff line change
    @@ -3,7 +3,6 @@
    "workbench.iconTheme": "material-icon-theme",
    "python.linting.pylintPath": "/usr/bin/pylint",
    "python.formatting.blackPath": "/usr/bin/black",
    "editor.formatOnSave": true,
    "editor.fontFamily": "Fira Code Retina",
    "editor.fontLigatures": true,
    "extensions.showRecommendationsOnlyOnDemand": true,
    @@ -12,4 +11,17 @@
    "workbench.colorTheme": "Atom One Dark",
    "go.formatTool": "goimports",
    "window.menuBarVisibility": "toggle",
    "files.exclude": {
    "**/.classpath": true,
    "**/.project": true,
    "**/.settings": true,
    "**/.factorypath": true
    },
    "[javascript]": {
    "editor.formatOnSave": false,
    "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true,
    },
    },
    "editor.formatOnSave": true,
    }
  7. thetinygoat revised this gist Mar 11, 2020. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion vscode-settings.json
    Original file line number Diff line number Diff line change
    @@ -4,9 +4,12 @@
    "python.linting.pylintPath": "/usr/bin/pylint",
    "python.formatting.blackPath": "/usr/bin/black",
    "editor.formatOnSave": true,
    "editor.fontFamily": "JetBrains Mono",
    "editor.fontFamily": "Fira Code Retina",
    "editor.fontLigatures": true,
    "extensions.showRecommendationsOnlyOnDemand": true,
    "extensions.ignoreRecommendations": true,
    "files.autoSave": "onFocusChange",
    "workbench.colorTheme": "Atom One Dark",
    "go.formatTool": "goimports",
    "window.menuBarVisibility": "toggle",
    }
  8. thetinygoat revised this gist Feb 9, 2020. 1 changed file with 10 additions and 17 deletions.
    27 changes: 10 additions & 17 deletions vscode-settings.json
    Original file line number Diff line number Diff line change
    @@ -1,19 +1,12 @@
    {
    "workbench.startupEditor": "newUntitledFile",
    "workbench.iconTheme": "vscode-icons",
    "editor.fontFamily": "Fira Code Retina",
    "editor.cursorStyle": "block",
    "editor.fontLigatures": true,
    "files.autoSave": "onFocusChange",
    "editor.wordWrap": "on",
    "editor.formatOnSave": true,
    "extensions.showRecommendationsOnlyOnDemand": true,
    "extensions.ignoreRecommendations": true,
    "eslint.autoFixOnSave": true,
    "eslint.alwaysShowStatus": true,
    "editor.insertSpaces": false,
    "editor.detectIndentation": false,
    "editor.tabSize": 2,
    "window.menuBarVisibility": "toggle",
    "workbench.colorTheme": "Monokai"
    "workbench.startupEditor": "newUntitledFile",
    "workbench.iconTheme": "material-icon-theme",
    "python.linting.pylintPath": "/usr/bin/pylint",
    "python.formatting.blackPath": "/usr/bin/black",
    "editor.formatOnSave": true,
    "editor.fontFamily": "JetBrains Mono",
    "editor.fontLigatures": true,
    "extensions.showRecommendationsOnlyOnDemand": true,
    "extensions.ignoreRecommendations": true,
    "files.autoSave": "onFocusChange",
    }
  9. thetinygoat revised this gist Dec 10, 2019. 1 changed file with 18 additions and 17 deletions.
    35 changes: 18 additions & 17 deletions vscode-settings.json
    Original file line number Diff line number Diff line change
    @@ -1,18 +1,19 @@
    {
    "workbench.startupEditor": "newUntitledFile",
    "editor.fontFamily": "Fira Code Retina",
    "editor.fontLigatures": true,
    "files.autoSave": "onFocusChange",
    "editor.wordWrap": "on",
    "editor.formatOnSave": true,
    "extensions.showRecommendationsOnlyOnDemand": true,
    "extensions.ignoreRecommendations": true,
    "eslint.autoFixOnSave": true,
    "eslint.alwaysShowStatus": true,
    "prettier.eslintIntegration": true,
    "editor.insertSpaces": false,
    "editor.detectIndentation": false,
    "editor.tabSize": 2,
    "window.menuBarVisibility": "toggle",
    "workbench.colorTheme": "Monokai"
    }
    "workbench.startupEditor": "newUntitledFile",
    "workbench.iconTheme": "vscode-icons",
    "editor.fontFamily": "Fira Code Retina",
    "editor.cursorStyle": "block",
    "editor.fontLigatures": true,
    "files.autoSave": "onFocusChange",
    "editor.wordWrap": "on",
    "editor.formatOnSave": true,
    "extensions.showRecommendationsOnlyOnDemand": true,
    "extensions.ignoreRecommendations": true,
    "eslint.autoFixOnSave": true,
    "eslint.alwaysShowStatus": true,
    "editor.insertSpaces": false,
    "editor.detectIndentation": false,
    "editor.tabSize": 2,
    "window.menuBarVisibility": "toggle",
    "workbench.colorTheme": "Monokai"
    }
  10. thetinygoat revised this gist Apr 14, 2019. 1 changed file with 17 additions and 17 deletions.
    34 changes: 17 additions & 17 deletions vscode-settings.json
    Original file line number Diff line number Diff line change
    @@ -1,18 +1,18 @@
    {
    "workbench.startupEditor": "newUntitledFile",
    "editor.fontFamily": "Fira Code Retina",
    "editor.fontLigatures": true,
    "files.autoSave": "onFocusChange",
    "editor.wordWrap": "on",
    "editor.formatOnSave": true,
    "extensions.showRecommendationsOnlyOnDemand": true,
    "extensions.ignoreRecommendations": true,
    "eslint.autoFixOnSave": true,
    "eslint.alwaysShowStatus": true,
    "prettier.eslintIntegration": true,
    "workbench.iconTheme": "material-icon-theme",
    "workbench.colorTheme": "Horizon Italic",
    "editor.insertSpaces": false,
    "editor.detectIndentation": false,
    "editor.tabSize": 2
    }
    "workbench.startupEditor": "newUntitledFile",
    "editor.fontFamily": "Fira Code Retina",
    "editor.fontLigatures": true,
    "files.autoSave": "onFocusChange",
    "editor.wordWrap": "on",
    "editor.formatOnSave": true,
    "extensions.showRecommendationsOnlyOnDemand": true,
    "extensions.ignoreRecommendations": true,
    "eslint.autoFixOnSave": true,
    "eslint.alwaysShowStatus": true,
    "prettier.eslintIntegration": true,
    "editor.insertSpaces": false,
    "editor.detectIndentation": false,
    "editor.tabSize": 2,
    "window.menuBarVisibility": "toggle",
    "workbench.colorTheme": "Monokai"
    }
  11. thetinygoat revised this gist Dec 27, 2018. 1 changed file with 7 additions and 5 deletions.
    12 changes: 7 additions & 5 deletions vscode-settings.json
    Original file line number Diff line number Diff line change
    @@ -1,16 +1,18 @@
    {
    "workbench.startupEditor": "newUntitledFile",
    "editor.fontFamily": "Fira Code",
    "editor.fontFamily": "Fira Code Retina",
    "editor.fontLigatures": true,
    "files.autoSave": "onFocusChange",
    "editor.wordWrap": "on",
    "editor.formatOnSave": true,
    "extensions.showRecommendationsOnlyOnDemand": true,
    "extensions.ignoreRecommendations": true,
    "[javascript]": {
    "editor.formatOnSave": false
    },
    "eslint.autoFixOnSave": true,
    "eslint.alwaysShowStatus": true,
    "prettier.disableLanguages": ["js"]
    "prettier.eslintIntegration": true,
    "workbench.iconTheme": "material-icon-theme",
    "workbench.colorTheme": "Horizon Italic",
    "editor.insertSpaces": false,
    "editor.detectIndentation": false,
    "editor.tabSize": 2
    }
  12. thetinygoat created this gist Dec 23, 2018.
    16 changes: 16 additions & 0 deletions vscode-settings.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    {
    "workbench.startupEditor": "newUntitledFile",
    "editor.fontFamily": "Fira Code",
    "editor.fontLigatures": true,
    "files.autoSave": "onFocusChange",
    "editor.wordWrap": "on",
    "editor.formatOnSave": true,
    "extensions.showRecommendationsOnlyOnDemand": true,
    "extensions.ignoreRecommendations": true,
    "[javascript]": {
    "editor.formatOnSave": false
    },
    "eslint.autoFixOnSave": true,
    "eslint.alwaysShowStatus": true,
    "prettier.disableLanguages": ["js"]
    }