Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/microsoft/vscode-recipes
https://github.com/microsoft/vscode-recipes
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/microsoft/vscode-recipes
- Owner: microsoft
- License: mit
- Created: 2017-05-04T21:49:33.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-07-10T07:33:01.000Z (5 months ago)
- Last Synced: 2024-11-26T07:03:53.886Z (17 days ago)
- Language: JavaScript
- Size: 10.7 MB
- Stars: 5,879
- Watchers: 125
- Forks: 580
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-list - vscode-recipes
- jimsghstars - microsoft/vscode-recipes - (JavaScript)
- awesome-list - VSCode Recipes - A collection of recipes for using VS Code with particular technologies. (✍️ VSCode)
- awesome-list - VSCode Recipes - A collection of recipes for using VS Code with particular technologies. (✍️ VSCode)
- Awesome-List - VSCode Recipes - A collection of recipes for using VS Code with particular technologies. (✍️ VSCode)
README
# VS Code Recipes
A collection of recipes for using VS Code with particular technologies.
## Technology Scaffolding Tools
- [Debugging MERN apps](https://github.com/weinand/vscode-recipes/tree/master/MERN-Starter)
- [Debugging Angular apps with Angular CLI](https://github.com/weinand/vscode-recipes/tree/master/Angular-CLI)
- [Debugging Angular/C# apps with AspNetCore.SpaTemplates](https://github.com/Microsoft/vscode-recipes/tree/master/Angular-SpaTemplates)
- [Debugging Next.js apps](https://github.com/Microsoft/vscode-recipes/tree/master/Next-js)
- [Debugging Meteor apps](https://github.com/Microsoft/vscode-recipes/tree/master/meteor)
- [Debugging Node.js with Nodemon](https://github.com/Microsoft/vscode-recipes/tree/master/nodemon)
- [Debugging React apps](https://medium.com/@auchenberg/live-edit-and-debug-your-react-apps-directly-from-vs-code-without-leaving-the-editor-3da489ed905f)
- [Debugging Vue.js apps ](https://github.com/Microsoft/vscode-recipes/blob/master/vuejs-cli/README.md)
- [Debugging Mocha tests](https://github.com/Microsoft/vscode-recipes/tree/master/debugging-mocha-tests)
- [Debugging Jest tests](https://github.com/Microsoft/vscode-recipes/tree/master/debugging-jest-tests)
- [Debugging Ruby on Rails apps](https://github.com/Microsoft/vscode-recipes/tree/master/debugging-Ruby-on-Rails)
- [Debugging PHP with PHP Debug and XDebug](https://github.com/Microsoft/vscode-recipes/tree/master/PHP)
- [Debugging Gatsby.js build process](https://github.com/Microsoft/vscode-recipes/tree/master/Gatsby-js)
- [Debugging Cake build scripts](https://github.com/Microsoft/vscode-recipes/tree/master/debugging-cake-scripts)
- [Debugging Python](https://github.com/Microsoft/vscode-recipes/tree/master/debugging%20python)
## Runtimes
- [Debugging Electron Main and Renderer processes](https://github.com/Microsoft/vscode-recipes/blob/master/Electron)
## Emscripten
- [Debug Emscripten translated C/C++](https://github.com/weinand/vscode-recipes/issues/20)
## AWS Lambda
- [Debugging Lambda functions](https://github.com/Microsoft/vscode-recipes/tree/main/debugging-lambda-functions)