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
Update indentation action items and status bar text
Make the "Indent Using Spaces" action not affect the displayed tab width.
Add a new "Change Tab Display Size" action to change that independently.
If the indentSize and tabSize are different, show both in the status bar.
Also for the indentation actions, replace the "Configured Tab Size" hint
with a "Selected Tab Size" and "Default Tab Size" options, when it is
ambiguous.
// auto focus the tabSize set for the current editor
@@ -236,10 +245,18 @@ export class ChangeIndentationSizeAction extends EditorAction {
236
245
quickInputService.pick(picks,{placeHolder: nls.localize({key: 'selectTabWidth',comment: ['Tab corresponds to the tab key']},"Select Tab Size for Current File"),activeItem: picks[autoFocusIndex]}).then(pick=>{
0 commit comments