UCSD-PL / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
0 stars 7 forks source link

code suggestions has wrong indentations in the exploration panel #37

Closed rlisahuang closed 1 year ago

rlisahuang commented 1 year ago
Screenshot 2023-03-03 at 9 19 46 AM

I expected the lines below the for header to be outdented by 1 level.

KasraF commented 1 year ago

Addressed in d82aba8 by adding spaces (based on cursor position) at the start of the completion when rendering it. This should allow for cases where future lines have smaller indentation than the first line as well.

@rlisahuang Can you please test and close if fixed?