- Android iOS Emulator
- Apache Conf
- Apache Conf Snippets
- Apollo GraphQL
- Auto Close Tag
- Auto Rename Tag
- Auto-Open Markdown Preview
- Awesome Flutter Snippets
- Better Comments
- Bracket Pair Colorizer
- Code Runner
- Composer
- Dart
- Dash
- diff
- Docker
- Drupal 8 Snippets
- Drupal Syntax Highlighting
- Drupal Check
- empty-indent
- ES7 React/Redux/GraphQL/React-Native snippets
- ESLint
- Flutter
- GistPad
- Git Graph
- GitLens
- Highlight Matching Tag
- Import Cost
- IntelliSense for CSS class names in HTML
- JavaScript Booster
- Jest
- JS CodeFormer: Javascript Refactoring & Code Automation
- JS Refactor
- Live Share
- Log File Highlighter
- markdownlint
- npm
- npm intellisense
- open in browser
- Path Intellisense
- PHP Debug
- PHP DocBlocker
- PHP Intelephense
- PHP Sniffer
- PHP Symbols
- PHPUnit
- Prettier - Code formatter
- Project Manager
- Reactjs code Snippets
- Remote - Containers
- Sass
- snapshot-tools
- Snippets and Syntax Highlight for Gherkin (Cucumber)
- Sort Lines
- Twig
- TWIG pack
- vscode-json
- Xcode Theme
- YAML
Last active
July 1, 2024 20:10
-
-
Save shrop/69712d71945972f094d085764b9e0723 to your computer and use it in GitHub Desktop.
Visual Studio Code settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"printWidth": 80, | |
"semi": true, | |
"singleQuote": true, | |
"trailingComma": "none", | |
"bracketSpacing": true, | |
"arrowParens": "always" | |
} |
Configure ESLint for Gatsby and Create React App
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Place your key bindings in this file to overwrite the defaults | |
[ | |
{ "key": "cmd+0", | |
"command": "workbench.action.zoomReset" | |
} | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// Use IntelliSense to learn about possible attributes. | |
// Hover to view descriptions of existing attributes. | |
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Listen for XDebug (DDEV)", | |
"type": "php", | |
"request": "launch", | |
"port": 11011, | |
"pathMappings": { | |
"/var/www/html": "${workspaceRoot}", | |
}, | |
"log": false | |
}, | |
{ | |
"name": "Listen for XDebug (Vagrant)", | |
"type": "php", | |
"request": "launch", | |
"port": 9000, | |
"pathMappings": { | |
"/home/vagrant/docroot": "${workspaceFolder}", | |
}, | |
"log": false | |
}, | |
{ | |
"name": "Launch currently open script", | |
"type": "php", | |
"request": "launch", | |
"program": "${file}", | |
"cwd": "${fileDirname}", | |
"port": 9000 | |
} | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"workbench.startupEditor": "newUntitledFile", | |
"editor.minimap.enabled": false, | |
"editor.renderWhitespace": "boundary", | |
"editor.selectionHighlight": true, | |
"editor.tabSize": 2, | |
"editor.rulers": [ | |
80, | |
120 | |
], | |
"telemetry.enableTelemetry": false, | |
"emmet.includeLanguages": { | |
"javascript": "javascriptreact", | |
"php": "html" | |
}, | |
"files.trimTrailingWhitespace": true, | |
"files.associations": { | |
"*.module": "php", | |
"*.engine": "php", | |
"*.inc": "php", | |
"*.profile": "php", | |
"*.theme": "php", | |
"*.make": "php", | |
"*.test": "php", | |
"*.info": "php", | |
"*.install": "php" | |
}, | |
"php.suggest.basic": false, | |
"php.validate.run": "onType", | |
"phpSniffer.autoDetect": true, | |
"phpSniffer.standard": "Drupal", | |
"emptyIndent.removeIndent": true, | |
"emptyIndent.highlightIndent": false, | |
"emptyIndent.highlightColor": "rgba(246,36,89,0.6)", | |
"gitlens.advanced.messages": { | |
"suppressCommitHasNoPreviousCommitWarning": false, | |
"suppressCommitNotFoundWarning": false, | |
"suppressFileNotUnderSourceControlWarning": false, | |
"suppressGitVersionWarning": false, | |
"suppressLineUncommittedWarning": false, | |
"suppressNoRepositoryWarning": false, | |
"suppressResultsExplorerNotice": false, | |
"suppressShowKeyBindingsNotice": true, | |
"suppressUpdateNotice": false, | |
"suppressWelcomeNotice": true | |
}, | |
"gitlens.codeLens.recentChange.enabled": false, | |
"gitlens.codeLens.authors.enabled": false, | |
"gitlens.keymap": "chorded", | |
"gitlens.views.fileHistory.enabled": true, | |
"gitlens.views.lineHistory.enabled": true, | |
"[javascript]": { | |
"editor.formatOnSave": true | |
}, | |
"[javascriptreact]": { | |
"editor.formatOnSave": true | |
}, | |
"[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 | |
}, | |
"prettier.requireConfig": true, | |
"editor.codeActionsOnSave": { | |
"source.fixAll.eslint": true, | |
"source.fixAll.tslint": true, | |
"source.fixAll.stylelint": true | |
}, | |
"workbench.colorTheme": "Xcode 11 Default Dark", | |
"dart.openDevTools": "flutter", | |
"dart.previewEmbeddedDevTools": true, | |
"intelephense.telemetry.enabled": false, | |
"editor.fontFamily": "'SF Mono Powerline', Monaco, 'Courier New', monospace", | |
"editor.fontSize": 14, | |
"markdown.preview.fontSize": 14, | |
"terminal.integrated.fontSize": 14, | |
"liveServer.settings.donotShowInfoMsg": true, | |
"liveSassCompile.settings.generateMap": true, | |
"liveSassCompile.settings.formats": [ | |
{ | |
"format": "compressed", | |
"extensionName": ".min.css", | |
"savePath": null | |
} | |
], | |
"redhat.telemetry.enabled": false, | |
"editor.largeFileOptimizations": false, | |
"git.autofetch": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment