* Merge Develop into Master (#320)
* Consistent styling throughout README (#314) (#315)
Instituted a consistent styling method throughout the README. Before, some phrases would be capitalized in some places and lowercase in others, some phrases would have colons in one place and commas in others, and some of the grammar was slightly off.
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* chore: Update stale configuration
* chore: Update deps
* fix: Add support to the new FilterWidget. Fix#316.
* fix(#312): Fix color highlighting for meta.tag elements
* chore: Prepare for 2.7.0
* chore: Update README
* fix: accent setter reborn (#319)
* Create CODEOWNERS
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Set "extensionKind": "ui" to support remote development
Fixes#347. See that issue for more details
* feat(Icons removal): Removed all related icons commands and files
* chore: fix (remove) all gulp related imports and task for icons
* chore: removed extensions folder and switch all imports (+ small fixes)
* chore: re-added defaults.json on root
* feat(Icons removal): Added vsc-material-theme-icons dependency
* chore(release): 2.3.0
* Update folderNames.js
Noticed when I build a vue project with "vue start" it names the folder "tests" automatically; maybe other frameworks do it too?
So added it for tests too 😄
* chore: added accents as enum and removed accentPrevious
* chore: removed fixIconsRunning prop and added logic for replacing it
* chore: added accents as enum and removed accentPrevious
* chore: removed fixIconsRunning prop and added logic for replacing it
* chore: check on installation type now as single module
* feat(Reload notification): added support for after-install notification
* feat(Reload notification): added support never show again notification
* chore: small cleanup helper
* chore: adding interfaces for icon variants
* feat: You can now switch between Material Theme icons
* chore: helpers small fix
* chore(helpers): small fix helpers
* refactor: refactoring fixIcons command, ready for new prop autoFix
* refactor: accentsSetter command, ready for autoFix prop
* chore: added new exports file for all commands
* refactor: main theme file, ready for autoFix prop
* chore: added listener also when changing iconTheme
* feat: autoApplyIcons added as option and toggleApplyIcons as command
* chore: added check for autoApplyIcons flag. Removed listen icon change
* feat: Notification shows up when the window needs reload
* chore: Update CTA's
* chore: Make consistent indent guides and add support to editorIndentGuide.activeBackground
Close#188
* chore: fix check on CTA ok
* chore: split up configurationChange and changelog (added to commands)
* chore: small change settings method
* feat: Now the theme will auto fix if needed on change icons theme