Skip to content

Instantly share code, notes, and snippets.

@perminder-klair
Last active September 21, 2020 08:51
Show Gist options
  • Save perminder-klair/8996c2658ab9bf8fa462b2693d4e9ed9 to your computer and use it in GitHub Desktop.
Save perminder-klair/8996c2658ab9bf8fa462b2693d4e9ed9 to your computer and use it in GitHub Desktop.
VS Code Parminder
code --install-extension abusaidm.html-snippets
code --install-extension alefragnani.Bookmarks
code --install-extension alexdima.copy-relative-path
code --install-extension alexkrechik.cucumberautocomplete
code --install-extension apollographql.vscode-apollo
code --install-extension buster.ndjson-colorizer
code --install-extension christian-kohler.npm-intellisense
code --install-extension christian-kohler.path-intellisense
code --install-extension codezombiech.gitignore
code --install-extension DavidAnson.vscode-markdownlint
code --install-extension dbaeumer.vscode-eslint
code --install-extension demijollamaxime.bulma
code --install-extension donjayamanne.githistory
code --install-extension DSKWRK.vscode-generate-getter-setter
code --install-extension dsznajder.es7-react-js-snippets
code --install-extension eamodio.gitlens
code --install-extension ecmel.vscode-html-css
code --install-extension EditorConfig.EditorConfig
code --install-extension eg2.vscode-npm-script
code --install-extension esbenp.prettier-vscode
code --install-extension formulahendry.auto-close-tag
code --install-extension formulahendry.auto-rename-tag
code --install-extension formulahendry.terminal
code --install-extension glitch.glitch
code --install-extension humy2833.ftp-simple
code --install-extension IBM.output-colorizer
code --install-extension joelday.docthis
code --install-extension jpoissonnier.vscode-styled-components
code --install-extension JuanBlanco.solidity
code --install-extension kumar-harsh.graphql-for-vscode
code --install-extension mgmcdermott.vscode-language-babel
code --install-extension mikestead.dotenv
code --install-extension ms-azuretools.vscode-docker
code --install-extension ms-vscode.node-debug2
code --install-extension ms-vscode.vscode-typescript-tslint-plugin
code --install-extension ms-vsliveshare.vsliveshare
code --install-extension ms-vsliveshare.vsliveshare-audio
code --install-extension msjsdiag.debugger-for-chrome
code --install-extension msjsdiag.vscode-react-native
code --install-extension naumovs.color-highlight
code --install-extension oderwat.indent-rainbow
code --install-extension Prisma.vscode-graphql
code --install-extension rebornix.nova
code --install-extension roerohan.mongo-snippets-for-node-js
code --install-extension Shan.code-settings-sync
code --install-extension silvenon.mdx
code --install-extension steoates.autoimport
code --install-extension streetsidesoftware.code-spell-checker
code --install-extension syler.sass-indented
code --install-extension VisualStudioExptTeam.vscodeintellicode
code --install-extension vscode-icons-team.vscode-icons
code --install-extension wayou.vscode-todo-highlight
code --install-extension xabikos.JavaScriptSnippets
code --install-extension xabikos.ReactSnippets
code --install-extension zhuangtongfa.material-theme
code --install-extension znck.grammarly
{
"git.enableSmartCommit": true,
"editor.tabSize": 2,
"window.restoreWindows": "all",
"window.newWindowDimensions": "inherit",
"editor.lineHeight": 25,
"editor.letterSpacing": 0.5,
"files.trimTrailingWhitespace": true,
"editor.fontWeight": "400",
"editor.cursorBlinking": "solid",
"editor.renderWhitespace": "all",
"files.defaultLanguage": "markdown",
"cSpell.userWords": [
"Airpods",
"Airtable",
"Contentful",
"DEVTOOLS",
"DJAF",
"Formik",
"Klair",
"Mailgun",
"ONESIGNAL",
"Parminder",
"Preloader",
"Prismic",
"REVEN",
"Razorpay",
"STACKABLE",
"alertify",
"algolia",
"algoliasearch",
"bodyparser",
"boomaro",
"borderless",
"bulma",
"clearfix",
"datepicker",
"datetime",
"django",
"dropdown",
"dropzone",
"dsphere",
"etag",
"frontmatter",
"gmail",
"graphiql",
"gravatar",
"hoverable",
"kadira",
"keystonejs",
"kickstarter",
"koa's",
"lightbox",
"linebreak",
"lockr",
"luxurylimoland",
"mailchimp",
"multilines",
"netlify",
"normalizr",
"paren",
"peasy",
"permalink",
"perminder",
"persistor",
"pinterest",
"prefetch",
"prestart",
"rajje",
"randomstring",
"reduxsauce",
"refetch",
"reselect",
"slugify",
"swal",
"sweetalert",
"timestamps",
"typeorm",
"uforce",
"urijs",
"varchar",
"videojs",
"virtuals",
"youngworks"
],
"solidity.soliumRules": {
"imports-on-top": 0,
"variable-declarations": 0,
"indentation": [
"error",
2
],
"quotes": [
"error",
"single"
]
},
"tslint.alwaysShowStatus": true,
"tslint.validateWithDefaultConfig": true,
"tslint.autoFixOnSave": true,
"git.confirmSync": false,
"gitlens.keymap": "none",
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
"files.autoSave": "onWindowChange",
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"workbench.iconTheme": "vscode-icons",
"java.configuration.checkProjectSettingsExclusions": false,
"eslint.alwaysShowStatus": true,
"prettier.singleQuote": true,
"prettier.trailingComma": "all",
"workbench.startupEditor": "newUntitledFile",
"vsicons.dontShowNewVersionMessage": true,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment