Skip to content

Commit e10e21c

Browse files
Enable graph visualization commands by default
They are not experimental anymore. For eng/ide/ada_language_server#1702
1 parent 19553f6 commit e10e21c

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

integration/vscode/ada/package.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,26 +1101,22 @@
11011101
{
11021102
"command": "ada.visualizeFiles",
11031103
"category": "Ada",
1104-
"title": "Show File Dependencies Graph",
1105-
"enablement": "config.ada.enableExperimentalFeatures"
1104+
"title": "Show File Dependencies Graph"
11061105
},
11071106
{
11081107
"command": "ada.visualizeGPR",
11091108
"category": "Ada",
1110-
"title": "Show GPR Dependencies Graph",
1111-
"enablement": "config.ada.enableExperimentalFeatures"
1109+
"title": "Show GPR Dependencies Graph"
11121110
},
11131111
{
11141112
"command": "ada.visualizeTypes",
11151113
"category": "Types",
1116-
"title": "Show Type Hierarchy Graph",
1117-
"enablement": "config.ada.enableExperimentalFeatures"
1114+
"title": "Show Type Hierarchy Graph"
11181115
},
11191116
{
11201117
"command": "ada.visualizeCalls",
11211118
"category": "Calls",
1122-
"title": "Show Call Hierarchy Graph",
1123-
"enablement": "config.ada.enableExperimentalFeatures"
1119+
"title": "Show Call Hierarchy Graph"
11241120
},
11251121
{
11261122
"command": "ada.createNewAdaMainUnit",

0 commit comments

Comments
 (0)