Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 93fcb2b

Browse files
authored
Merge pull request #55 from microsoft/joh/calls
Add "Show Call Hierarchy"
2 parents 590dc61 + 46e96a6 commit 93fcb2b

13 files changed

+1406
-676
lines changed

.vscode/settings.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"typescript.format.semicolons": "insert",
3+
"editor.codeActionsOnSave": {
4+
"source.fixAll": true,
5+
"source.organizeImports": true
6+
},
7+
}

media/action-call-from.svg

Lines changed: 1 addition & 0 deletions
Loading

media/action-call-to.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)