File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" : " " ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments