karatelabs / vscode-extension

Karate Visual Studio Code Extension
https://marketplace.visualstudio.com/items?itemName=karatelabs.karate
9 stars 1 forks source link

Auto-detect maven or gradle project and offer to switch the run-mode #9

Closed ptrthomas closed 1 year ago

ptrthomas commented 1 year ago

The current version 0.6.0 has a quirk where you need to re-start VS Code if you change the run-mode. This will be fixed in 0.8.0

There is a proposed enhancement that the extension should detect if it is a Maven or Gradle project and offer to switch the setting when the project is opened (one-time only)

Whether it should auto-flip is debatable. Personally I find it convenient to default to embedded.

Related to: https://github.com/karatelabs/karate/issues/2208 - comments on that ticket are welcome as well

ptrthomas commented 1 year ago

0.8.0 was just released, and on second thoughts it is better to have teams choose to over-ride defaults once