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

Wrong alignment

Open ChhayLayNgov opened this issue 2 years ago • 1 comments

I have this code in PHP

$item["venue_id"] = $venue->id; $item["account_id"] = $venue->parent_id; $item["expire_date"] = Carbon::now()->{$carbon_function}(); $acc_license_data[] = $item;

after alignment

$item ["venue_id"] = $venue->id; $item ["account_id"] = $venue->parent_id; $item ["expire_date"] = Carbon::now()->{$carbon_function}(); $acc_license_data[] = $item;

ChhayLayNgov avatar Jan 17 '23 07:01 ChhayLayNgov

This should be a bug. I will try to fix this.

chouzz avatar Jan 28 '23 02:01 chouzz