Replies: 2 comments 4 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
-
Feel free to open an issue to suggest it. ARCAD does something like that for you and it extends Project Explorer. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm using visual studio code and I work in local.
I'd like to improve my developing method, so I'd like to have a default branch (e.g main) with its default setting:
Then I could have various branch, imagine one for bug fix, and other for new projects, so I'd like to set the deploy directory and library for compile objects and files different from main branch.
It will be interesting to have a rebuild tools when I make a (merge request/pull request) so every programs/table change in the merged branch will be recompiled starting from main branch.
Do you have an example on how to implement it?
Many thanks.
Beta Was this translation helpful? Give feedback.
All reactions