Safe-DS / DSL

Statically checked Data Science programs.
https://dsl.safeds.com
MIT License
14 stars 0 forks source link

Disable "unused" warning for placeholders whose name starts with an underscore #1154

Closed lars-reimann closed 5 months ago

lars-reimann commented 5 months ago

Is your feature request related to a problem?

Some placeholder may be deliberately unused, so they can be inspected using code lenses. However, we have no way of knowing that, so there's always a warning that the placeholder is unused.

Desired solution

Possible alternatives (optional)

No response

Screenshots (optional)

No response

Additional Context (optional)

No response

lars-reimann commented 4 months ago

:tada: This issue has been resolved in version 0.15.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: