Skip to content

Commit

Permalink
🌟 Feature: Update README.md
Browse files Browse the repository at this point in the history
Adding  Debug Visualizer Sub Section
  • Loading branch information
DhananjayPorwal committed Dec 21, 2023
1 parent cbebf7a commit 3ef1321
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
- [Disable Extensions](#disable-extensions)
- [Recommended Extensions For Workspace](#recommended-extensions-for-workspace)
- [Useful Extensions](#useful-extensions)
- [`Debug Visualizer`](#debug-visualizer)
- [`Import Cost`](#import-cost)
- [`Markdown All In One`](#markdown-all-in-one)
- [`markdownlint`](#markdownlint)
Expand Down Expand Up @@ -276,6 +277,13 @@ Now, when ever someone open your project in `VS Code`, it will show a **pop-up**

## Useful Extensions

### `Debug Visualizer`

A visual watch window that lets you visualize your data structures while debugging.
<center>
<img src="https://raw.githubusercontent.com/DhananjayPorwal/productive-vs-code/main/Sources/debug-visualizer.gif" alt="import-cost">
</center>

### `Import Cost`

Display import/require package size in the editor.
Expand Down

0 comments on commit 3ef1321

Please sign in to comment.