Skip to content

Commit ca3780a

Browse files
authored
chore: update recommended editor extensions (#3988)
1 parent 9401d09 commit ca3780a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: etc/notes/editor.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Here's a quick description of each:
1515
- `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.
1616
- `eamodio.gitlens` - Gives spectacular insight into git history, has many helpful git navigation UI features.
1717
- `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
1820

1921
```jsonc
2022
{
@@ -69,7 +71,9 @@ Here's a quick description of each:
6971
"hbenl.vscode-mocha-test-adapter",
7072
"github.vscode-pull-request-github",
7173
"mongodb.mongodb-vscode",
72-
"eamodio.gitlens"
74+
"eamodio.gitlens",
75+
"rbuckton.deoptexplorer-vscode",
76+
"ms-vscode.vscode-js-profile-flame",
7377
],
7478
"unwantedRecommendations": [
7579
"esbenp.prettier-vscode"

0 commit comments

Comments
 (0)