EmacsKeys icon indicating copy to clipboard operation
EmacsKeys copied to clipboard

fix VS crash empty line tab indent in XAML

Open nobushi95 opened this issue 2 years ago • 0 comments

This pull request fix VS crash in XAML files when tab indenting at empty line.

When I tab indent at empty line in XAML files like below figure, Emacs Emulation throws an exception. image

This problems occurs when indenting is None or Smart. [Text Editor] -> [XAML] -> [Tabs] -> [Indenting] image

I fixed this problem by doing nothing when catching the exception.

nobushi95 avatar Oct 09 '22 05:10 nobushi95