-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manage multi workspace folder and JS refacto #8
Manage multi workspace folder and JS refacto #8
Conversation
As long as everything continues to work I am very much in favor of having a more modularized solution that drives maintainability. Maybe we can wait until we've integrated issue #4? It may cause conflicts. |
Yes I thinks that a good idea to merge the #4 before :) |
@quentingodeau I have merged #4 into master which indeed caused conflicts. Would be nice if you can resolve them. I've also seen in your repo that you (re-)work a lot on the plugin. Do you have any plans with the plugin? Actually I am really glad for your work which pushes bazel integration forward ;) |
Yes thanks, I will take a look and resolve the conflict :) I'm working on the cpp part of the plugin for the moment and I'm trying to allow multi IntelliSense configuration to match targets configuration. I'm interested if you have some idea about it, for now mine is to create one configuration by configured target/os (but I not sure that is the best idea...). Then I think I will take a look to automatically create VSCode tasks cf issue #9 (if you do not solve this before). You may have some idea/opinion about the evolution of the plugin and how you expect contributions. One way we could do this is by creating "issues" in order to propose evolution and open the discussion on it. |
Hi,
fist after all I am sorry for this pull request I change (maybe) to much things... I keep almost every things that you have previously code but move then (sorry for the complexity of review). I also change the way that you named variables to pascalCase. If it bother you, I can still change it.
So, what I have done in this: