File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ export default class MCSocket implements vscode.Disposable {
219219 if ( project == null ) {
220220 return ;
221221 }
222- Log . d ( "projectSettingsChanged" , payload ) ;
222+ // Log.d("projectSettingsChanged", payload);
223223 return project . onSettingsChangedEvent ( payload ) ;
224224 }
225225
Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ export default class Project implements vscode.QuickPickItem {
238238 errMsg += " " + event . error ;
239239 }
240240 vscode . window . showErrorMessage ( errMsg ) ;
241- return ;
241+ // We still continue with the update even in the case of error
242242 }
243243
244244 // Only one of contextroot, app port, or debug port should be set
@@ -360,7 +360,6 @@ export default class Project implements vscode.QuickPickItem {
360360 ] )
361361 . then ( ( ) => {
362362 this . connection . onChange ( this ) ;
363- Promise . resolve ( ) ;
364363 } ) ;
365364 }
366365
You can’t perform that action at this time.
0 commit comments