diff --git a/README.md b/README.md index 2f238ee..a2e9109 100644 --- a/README.md +++ b/README.md @@ -398,6 +398,15 @@ See the difference between these two [here](https://github.com/michaelgmcd/vscod - [Schema.org Snippets](https://marketplace.visualstudio.com/items?itemName=austinleegordon.vscode-schema-dot-org) - Snippets for [Schema.org](https://schema.org/). - [Code Spell Checker](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker) - Spelling Checker for Visual Studio Code. +Framework-specific: + +- [Vetur](https://marketplace.visualstudio.com/items?itemName=octref.vetur) - Toolkit for Vue.js +![Vetur](screenshots/Vetur.png) + +### [Debugger for Chrome](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome) + +> A VS Code extension to debug your JavaScript code in the Chrome browser, or other targets that support the Chrome Debugging Protocol. + ### Facebook Flow - [Flow Language Support](https://marketplace.visualstudio.com/items?itemName=flowtype.flow-for-vscode) - provides all the functionality you would expect — linting, intellisense, type tooltips and click-to-definition diff --git a/screenshots/Vetur.png b/screenshots/Vetur.png new file mode 100644 index 0000000..75ff999 Binary files /dev/null and b/screenshots/Vetur.png differ