vscode-better-align icon indicating copy to clipboard operation
vscode-better-align copied to clipboard

interface error

Open dzqdzq opened this issue 2 years ago • 1 comments

typescript code:

export interface TA_P{
    click_type  : string|number,   // a
    page_type   ?: string,
    card_type   ?: string,   //c
}

format code:

export interface TA_P{
              click_type : string|number,   // a
    page_type ?          : string,
    card_type ?          : string,          //c
}

dzqdzq avatar Feb 06 '23 12:02 dzqdzq

Fixed in https://github.com/chouzz/vscode-better-align/commit/d6eeb1c3b1a1e1d0f63ac5f363c092a27d1a0424

chouzz avatar Feb 06 '23 15:02 chouzz