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.
1 parent da92187 commit da44815Copy full SHA for da44815
1 file changed
package.json
@@ -91,7 +91,7 @@
91
"./dist/features/debug.d.ts"
92
],
93
"features/testing": [
94
- "./dist/features/debug.d.ts"
+ "./dist/features/testing.d.ts"
95
96
"features/terminal": [
97
"./dist/features/terminal.d.ts"
@@ -102,8 +102,8 @@
102
"features/extensionHostWorker": [
103
"./dist/features/extensionHostWorker.d.ts"
104
105
- "features/notitications": [
106
- "./dist/features/notitications.d.ts"
+ "features/notifications": [
+ "./dist/features/notifications.d.ts"
107
108
"features/extensionGallery": [
109
"./dist/features/extensionGallery.d.ts"
@@ -305,4 +305,4 @@
305
"monaco-editor": "$monaco-editor",
306
"canvas": "$canvas"
307
}
308
-}
+}
0 commit comments