tact-lang / tact-vscode

Tact VS Code plugin
Apache License 2.0
22 stars 9 forks source link

Message opcode disappear after formatting #10

Closed ionfi-jeff closed 1 year ago

ionfi-jeff commented 1 year 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 1 year ago

fixed on v.1.0.5