sdedic opened a new pull request, #6520:
URL: https://github.com/apache/netbeans/pull/6520

   Unlike NB IDE, vscode has a different workflow. The NBLS extension provides 
Projects view with Compile-Run actions that should build dependent projects 
before the main work. 
   The `build` action can go with `<reactor>also-make</reactor>` but Run action 
may not be available on the root project, so we need to 
`<preAction>build-with-dependencies</preAction>`.
   
   For the case that action is executed on the reactor root itself, I've 
adjusted the `ReactorChecker` - it will clear preAction for reactor root.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to