Skip to content

Commit 487b306

Browse files
committed
chore: remove unused code
1 parent 5b33bbd commit 487b306

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/main.js

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,3 @@ export function deactivate() {
5151
}
5252
subscriptions = null
5353
}
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

Comments
 (0)