tact-lang / tact-vscode

Tact VS Code plugin
Apache License 2.0
18 stars 8 forks source link

Message opcode disappear after formatting #10

Closed ionfi-jeff closed 11 months ago

ionfi-jeff commented 12 months ago

When format below message definition,

message(0x7362d09c) TokenNotification {
    query_id: Int as uint64;
    amount: Int as coins;
    sender: Address;
    forward_payload: Slice as remaining;
}

Formatter wipes out opcode.

message TokenNotification {
    query_id: Int as uint64;
    amount: Int as coins;
    sender: Address;
    forward_payload: Slice as remaining;
}
logvik commented 11 months ago

fixed on v.1.0.5