Skip to content

Commit 5555295

Browse files
committed
feat: 添加 RT-Thread 认证提供者并初始化认证功能
1 parent f73d001 commit 5555295

File tree

3 files changed

+412
-0
lines changed

3 files changed

+412
-0
lines changed

package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,23 @@
114114
{
115115
"command": "extension.handleTreeItemClick",
116116
"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"
117125
}
118126
],
127+
"authentication": [
128+
{
129+
"id": "rt-thread",
130+
"label": "RT-Thread Account",
131+
"supportsMultipleAccounts": false
132+
}
133+
],
119134
"menus": {
120135
"view/title": [
121136
{

0 commit comments

Comments
 (0)