apache / netbeans

Apache NetBeans

Home Page:https://netbeans.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No completion for args parameter of NI launch configuration in VSCode

JaroslavTulach opened this issue · comments

Apache NetBeans version

Apache NetBeans 21

What happened

I am trying to debug my native executable in VSCode extension and I am trying to pass arguments to the executable. There is no code completion on the args parameter.

Language / Project Type / NetBeans Component

Native Image

How to reproduce

no completion for args

It is really hard to even find there is the args parameter. I was lucky to guess it. Please add proper code completion support for the args argument in the launch configuration, @entlicher.

Did this work correctly in an earlier version?

No / Don't know

Operating System

Ubuntu

JDK

GraalVM 21.0.2 Community

Apache NetBeans packaging

Apache VSNetBeans for VSCode

Anything else

.

Are you willing to submit a pull request?

Yes