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: integration/vscode/ada/package.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -359,10 +359,10 @@
359
359
"always"
360
360
],
361
361
"enumDescriptions": [
362
-
"Never list overridding and/or overridden suprograms.",
363
-
"List overridding and/or overridden suprograms on dispatching calls and on abstract subprogram declarations.",
364
-
"List overridding and/or overridden suprograms on declarations only.",
365
-
"Always list overridding and/or overridden suprograms when possible."
362
+
"Never list overriding and/or overridden subprograms.",
363
+
"List overriding and/or overridden subprograms on dispatching calls and on abstract subprogram declarations.",
364
+
"List overriding and/or overridden subprograms on declarations only.",
365
+
"Always list overriding and/or overridden subprograms when possible."
366
366
],
367
367
"default": "usage_and_abstract_only",
368
368
"description": "Controls the policy for displaying overriding and overridden subprograms on navigation requests such as 'Go To Definition' or 'Go To Implementations'."
0 commit comments