If you rename a project, you need to update a few places manually (even though some may update automatically)...
settings.gradle.kts (root project name)
build.gradle.kts (configAsKobwebApplication(...))
conf.yaml (various paths)
Is it possible for our IDE plugin to listen to that action and modify additional files?
This bug should be marked fixed if you can take a project, run it, then quit the server, rename the project, and then re-run the server a second time.
If you rename a project, you need to update a few places manually (even though some may update automatically)...
settings.gradle.kts(root project name)build.gradle.kts(configAsKobwebApplication(...))conf.yaml(various paths)Is it possible for our IDE plugin to listen to that action and modify additional files?
This bug should be marked fixed if you can take a project, run it, then quit the server, rename the project, and then re-run the server a second time.