-
Notifications
You must be signed in to change notification settings - Fork 15
vsCode as part of the software package #75
Comments
If so, we should IMHO make our current eclipse config management more generic and allow support for templating any kind of tool. What we are actually doing is already quite generic. We can handle arbitrary config files such as properties/prefs and XML. We can do merges of properties/prefs. we have a folder for the tool X in settings what is currently hardwired to eclipse. |
We also have the need to reuse the config template mechanism that is currently hardwired to eclipse also for IntelliJ. It would be relatively easy to make this more generic. We should file a separate ticket for this. |
yes, completely aggree. I am currently working on a portable vsCode for my project. I will keep you updated. |
As long as the current stategy is to keep the open source IDE way of developing with OASP, we should consider and evaluate whether vsCode can be part of the software package and oasp-ide internal environment variables can have impact on the vsCode configuration (i.e. nodejs path).
The text was updated successfully, but these errors were encountered: