Skip to content

Commit 6dcd073

Browse files
authored
feat: Login from VSCode using sourcery.login command (#99)
1 parent 0c50269 commit 6dcd073

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

+5
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@
102102
}
103103
],
104104
"commands": [
105+
{
106+
"command": "sourcery.login",
107+
"title": "Login",
108+
"category": "Sourcery"
109+
},
105110
{
106111
"command": "sourcery.refactor.workspace",
107112
"title": "Scan for refactorings",

0 commit comments

Comments
 (0)