Skip to content

Instantly share code, notes, and snippets.

@NoMan2000
Last active March 13, 2018 03:45
Show Gist options
  • Select an option

  • Save NoMan2000/e12acc129e626f5c67a72c694461e52f to your computer and use it in GitHub Desktop.

Select an option

Save NoMan2000/e12acc129e626f5c67a72c694461e52f to your computer and use it in GitHub Desktop.

Revisions

  1. NoMan2000 revised this gist Mar 13, 2018. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion settings.json
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    {
    "workbench.colorTheme": "Visual Studio Dark",
    "workbench.colorTheme": "Seti",
    "editor.fontFamily": "'Fira Code', Menlo, Monaco, 'Courier New', monospace",
    "editor.fontSize": 17,
    "editor.lineHeight": 25,
    @@ -26,4 +26,5 @@
    "team.showWelcomeMessage": false,
    "flow.useNPMPackagedFlow": true,
    "javascript.validate.enable": false,
    "prettier.stylelintIntegration": true,
    }
  2. NoMan2000 revised this gist Mar 9, 2018. 1 changed file with 11 additions and 0 deletions.
    11 changes: 11 additions & 0 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,16 @@
    {
    "workbench.colorTheme": "Visual Studio Dark",
    "editor.fontFamily": "'Fira Code', Menlo, Monaco, 'Courier New', monospace",
    "editor.fontSize": 17,
    "editor.lineHeight": 25,
    "editor.letterSpacing": 0.5,
    "files.trimTrailingWhitespace": true,
    "editor.fontWeight": "400",
    "prettier.eslintIntegration": true,
    "editor.cursorStyle": "line",
    "editor.cursorWidth": 2,
    "editor.cursorBlinking": "solid",
    "editor.renderWhitespace": "all",
    "workbench.iconTheme": "vscode-icons",
    "javascript.format.enable": true,
    "html.format.endWithNewline": true,
  3. NoMan2000 revised this gist Mar 8, 2018. 1 changed file with 29 additions and 0 deletions.
    29 changes: 29 additions & 0 deletions .extensions
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,29 @@
    abusaidm.html-snippets
    benjavr.jshintrc-generator
    bitlang.cobol
    blanu.vscode-styled-jsx
    capaj.vscode-standardjs-snippets
    chenxsan.vscode-standardjs
    christian-kohler.npm-intellisense
    DavidAnson.vscode-markdownlint
    dbaeumer.vscode-eslint
    EditorConfig.EditorConfig
    eg2.tslint
    eg2.vscode-npm-script
    EQuimper.react-native-react-redux
    esbenp.prettier-vscode
    flowtype.flow-for-vscode
    HookyQR.beautify
    lonefy.vscode-JS-CSS-HTML-formatter
    mkaufman.HTMLHint
    ms-mssql.mssql
    ms-vscode.node-debug2
    ms-vsts.team
    msjsdiag.debugger-for-chrome
    NielsLiisberg.RPG
    NuclleaR.vscode-extension-auto-import
    robertohuertasm.vscode-icons
    shinnn.stylelint
    taichi.react-beautify
    wayou.vscode-todo-highlight
    wesbos.theme-cobalt2
  4. NoMan2000 created this gist Mar 8, 2018.
    18 changes: 18 additions & 0 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    {
    "editor.fontSize": 17,
    "workbench.iconTheme": "vscode-icons",
    "javascript.format.enable": true,
    "html.format.endWithNewline": true,
    "files.trimFinalNewlines": true,
    "explorer.autoReveal": true,
    "workbench.activityBar.visible": true,
    "workbench.statusBar.visible": true,
    "emmet.syntaxProfiles": {
    "javascript": "jsx"
    },
    "files.eol": "\n",
    "eslint.packageManager": "yarn",
    "team.showWelcomeMessage": false,
    "flow.useNPMPackagedFlow": true,
    "javascript.validate.enable": false,
    }