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 f73d001 commit 5555295Copy full SHA for 5555295
package.json
@@ -114,8 +114,23 @@
114
{
115
"command": "extension.handleTreeItemClick",
116
"title": "Handle Tree Item Click"
117
+ },
118
+ {
119
+ "command": "extension.RTThreadSignIn",
120
+ "title": "RT-Thread Account: Sign In"
121
122
123
+ "command": "extension.RTThreadSignOut",
124
+ "title": "RT-Thread Account: Sign Out"
125
}
126
],
127
+ "authentication": [
128
129
+ "id": "rt-thread",
130
+ "label": "RT-Thread Account",
131
+ "supportsMultipleAccounts": false
132
+ }
133
+ ],
134
"menus": {
135
"view/title": [
136
0 commit comments