alephium / ralph-lsp

Ralph language server
7 stars 1 forks source link

Optional compiler options #272

Closed simerplaha closed 1 month ago

simerplaha commented 1 month ago
simerplaha commented 1 month ago

Just remembered, when #239 is implemented, the changes in this PR won't be necessary.

Also noting that this PR is blocking the release. We are currently on Node version 3.4.0, which is a month old, and there have been four releases of Node since then.

simerplaha commented 1 month ago

Hey @tdroxler, now that TSBuild is merged, the error missing keys in dictionary: ignoreUnusedFunctionReturnWarnings from issue #271 would ONLY occur for existing projects that don't contain the alephium.config.ts file. Are we ok with this? We don't want compilerOptions to be optional anymore? If yes, this PR can be closed before releasing.

simerplaha commented 1 month ago

@tdroxler, this PR also resolves issue #280.