You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: etc/notes/editor.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@ Here's a quick description of each:
15
15
-`github.vscode-pull-request-github` - With this you can manage and make pull requests right from VSCode, even reviews can be done via the editor.
16
16
-`eamodio.gitlens` - Gives spectacular insight into git history, has many helpful git navigation UI features.
17
17
-`mongodb.mongodb-vscode` - Our VScode extension can be connected to your locally running MongoDB instance (to help debug tests, etc.)
18
+
-`rbuckton.deoptexplorer-vscode` - De-opt explorer can visualize the results of running Node.js profiling results on top of your source code (Run things with `dexnode` for easy use!)
19
+
-`ms-vscode.vscode-js-profile-flame` - Use this to monitor performance while running node, and if you have a `.cpuprofile` in the current workspace you can view a flamegraph visualization
18
20
19
21
```jsonc
20
22
{
@@ -69,7 +71,9 @@ Here's a quick description of each:
0 commit comments