jbockle / format-files

VS Code extension to format all files in workspace
41 stars 13 forks source link

Suggestion: Make "Cancel formatting" more accessible #6

Closed ghost closed 5 years ago

ghost commented 5 years ago

When format-files is running the status bar offers a button "Cancel formatting". The full output looks something like this:

[Spinner icon] formatting documents: Formatting [path name] [Workspace] Cancel formatting

However, it is really hard to actually click on "Cancel formatting" because its position constantly changes based on how long [path name] is.

Suggestion: Move the button to the left of [path name], so that its position is fixed.

jbockle commented 5 years ago

Thanks for the suggestion-at the time I wrote this extension, vscode APIs were limited and didn't give me much option, but its gotten a lot better. Version 2.0 just released and now includes this!