We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29122c5 + 6740026 commit 44f12b6Copy full SHA for 44f12b6
package.json
@@ -69,6 +69,11 @@
69
"versions": {
70
"0.1.0": "consumeSignatureHelp"
71
}
72
+ },
73
+ "console": {
74
+ "versions": {
75
+ "0.1.0": "consumeConsole"
76
+ }
77
78
},
79
"providedServices": {
@@ -81,6 +86,16 @@
81
86
82
87
"0.1.0": "provideDefinitions"
83
88
89
90
+ "find-references": {
91
92
+ "0.1.0": "provideFindReferences"
93
94
95
+ "outline-view": {
96
97
+ "0.1.0": "provideOutlines"
98
84
99
85
100
101
"configSchema": {
0 commit comments