Add a mechanism for warning about certain deprecated or legacy features #197
Labels
blocked-by-compiler
Need extra features in Tact compiler
lsp: codeAction
`textDocument/` Code Action Request
lsp: codeLens
`textDocument/` Code Lens Request, i.e. "light bulb" commands
lsp: publishDiagnostics
`textDocument/` Publish Diagnostics Notification (push model, from the server)
tact compiler
Related to the `@tact-lang/compiler`
Milestone
For example, to warn or notify about the use of
nativeThrow()
and recommend a code action to switch tothrow()
.The text was updated successfully, but these errors were encountered: