iarsystems / iar-vsc-build

Visual Studio Code extension for developing and building IAR projects
Mozilla Public License 2.0
38 stars 5 forks source link

Edit project settings in VSCode #30

Open TTSchmale opened 2 years ago

TTSchmale commented 2 years ago

Editing of the IAR-project seetings still needs to be done from the IAR-Workbench. It would be nice to support the editing of the *.eww configuration within Visual Studio, thus reducing the needed switch between both tools.

micaelbo commented 2 years ago

Well understood and this is something we are working on.

BFlemingFDI commented 12 months ago

Any chance we could eventually have "common" parts of the configuration (to edit independent of Debug/Release) to simplify setting up Debug/Release/Bootloader builds, and easier file overrides in the future? Maybe it could be easiest (for IAR devs) to trial a new alternate xml project file format, maybe with its own file extension?

We are increasingly doing things in various projects (with tools from other vendors) that we can't do with our IAR project files.

mibosoft commented 11 months ago

Any chance we could eventually have "common" parts of the configuration (to edit independent of Debug/Release) to simplify setting up Debug/Release/Bootloader builds, and easier file overrides in the future? Maybe it could be easiest (for IAR devs) to trial a new alternate xml project file format, maybe with its own file extension?

We are increasingly doing things in various projects (with tools from other vendors) that we can't do with our IAR project files.

Work is going on to improve project option handling in the IAR Embedded Workbench IDE and in the future, the plan is to open up for option settings also from VSCode. The project file format will remain common so that you can move between the two environments.