Skip to content

Commit 27ec989

Browse files
author
lhy
committed
删除密码配置
1 parent cce1ad4 commit 27ec989

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

package.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,6 @@
117117
"markdownDescription": "%config.initialization.email.markdownDescription%",
118118
"order": 3
119119
},
120-
"pawsql.password": {
121-
"type": "string",
122-
"markdownDescription": "%config.initialization.password.markdownDescription%",
123-
"description": "%config.initialization.password.description%",
124-
"order": 4,
125-
"scope": "user",
126-
"secret": true
127-
},
128120
"pawsql.backendUrl": {
129121
"type": "string",
130122
"default": "",

src/webviewProvider.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,6 @@ export class WebviewProvider {
131131
.getConfiguration("pawsql")
132132
.update("email", config.email, true);
133133

134-
await vscode.workspace
135-
.getConfiguration("pawsql")
136-
.update("password", config.password, true);
137-
138134
await this.passwordManager.storePassword(config.password);
139135

140136
await vscode.workspace

0 commit comments

Comments
 (0)