tact-lang / tact-vscode

Tact VS Code plugin
Apache License 2.0
14 stars 7 forks source link

Bug: internal prettier removes `?` #37

Open midas-myth opened 2 weeks ago

midas-myth commented 2 weeks ago

Hello, thank you for this extension.

Possibly related to #34

The following code will break if comment is removed. It seems prettier removes ?

    receive(msg: AcceptInvite){
        // prettier-ignore
        let invite: Bool? = self.invites.get(sender());
    }
logvik commented 2 weeks ago

Hi, yes, this issue is related to the formatting feature. I hope, that it will be fixed during a week, sorry for the delay, too busy right now.