vscode-recipes
VS Code configurations
A collection of recipes and guidelines for configuring and debugging various development environments and projects in VS Code.
6k stars
125 watching
580 forks
Language: JavaScript
last commit: 6 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
microsoft/vscode-js-debug | A DAP-based JavaScript debugger for various environments and frameworks. | 1,685 |
hediet/vscode-debug-visualizer | An extension for VS Code that displays data in real-time during debugging processes. | 7,970 |
microsoft/vscode-docs | Public documentation repository for the Visual Studio Code development environment | 5,787 |
microsoft/vscode-edge-devtools | Enables browser debugging and development tools directly from within Visual Studio Code | 759 |
microsoft/vscode | A source code editor that combines simplicity and functionality with extensibility and lightweight integration. | 165,346 |
microsoft/vscode-cpptools | Adds C/C++ language support to Visual Studio Code with editing and debugging features | 5,550 |
alanscodelog/blender-debugger-for-vscode | Enables remote debugging of Blender with VS Code and Visual Studio using Python. | 309 |
almenon/arepl-vscode | An extension for Visual Studio Code that provides real-time Python code evaluation and debugging features. | 269 |
microsoft/vscode-atom-keybindings | Ports popular Atom keyboard shortcuts to Visual Studio Code. | 146 |
indiejames/vscode-clojure-debug | An extension for VS Code that provides tools and features for developing and debugging Clojure code. | 84 |
ovidiuvio/vsdebugpro | A debugging tool for C/C++ and .NET applications, allowing developers to inspect memory, load data into memory, and execute custom commands. | 59 |
jakebecker/vscode-elixir-ls | Language support and debugger extension for Elixir in VS Code. | 390 |
vsch/javafx-webview-debugger | Enables debugging of JavaFX WebView applications via a WebSocket connection to Google Chrome Dev Tools. | 68 |
vannevelj/vsdiagnostics | Provides real-time code quality checks and suggestions to help developers write proper C# code | 65 |
panoply/vscode-liquid | An extension that provides Liquid language support in Visual Studio Code, enabling syntax highlighting, formatting, and code completion for the Liquid template language. | 174 |