We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b33bbd commit 487b306Copy full SHA for 487b306
1 file changed
src/main.js
@@ -51,18 +51,3 @@ export function deactivate() {
51
}
52
subscriptions = null
53
54
-
55
-/**
56
- * called by IDE extensions to retrieve the service for registration
57
- * @return the current instance
58
- */
59
-export function provideYourService() {}
60
61
-export const config = {
62
- // doSomething: {
63
- // title: "title",
64
- // description: "config description",
65
- // type: "boolean", // 'number', 'string'
66
- // default: true,
67
- // },
68
-}
0 commit comments