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
@@ -1008,15 +1008,15 @@ export class ChangeModeAction extends Action {
1008
1008
});
1009
1009
1010
1010
setTimeout(()=>{
1011
-
this.quickInputService.pick(picks,{placeHolder: nls.localize('pickLanguageToConfigure',"Select Language Mode to Associate with '{0}'",extension||basename)}).then(language=>{
1011
+
this.quickInputService.pick(picks,{placeHolder: nls.localize('pickLanguageToConfigure',"Select Language Mode to Associate with '{0}'",extension||base)}).then(language=>{
0 commit comments