You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnPromise.reject<any>(newError(localize('parseErrors',"Unable to write to the keybindings configuration file. Please open it to correct errors/warnings in the file and try again.")));
234
235
}
235
236
if(parsed.result){
236
237
if(!isArray(parsed.result)){
238
+
reference.dispose();
237
239
returnPromise.reject<any>(newError(localize('errorInvalidConfiguration',"Unable to write to the keybindings configuration file. It has an object which is not of type Array. Please open the file to clean up and try again.")));
0 commit comments