AndroidIDE
AndroidIDE copied to clipboard
feat: Able to override settings for workspace through .androidide/settings.json inside project
fixes (#1674)
I haven't added to customize the action for the app, for example override the task in quick run menu:
{
"action.quickRun": "bash gradlew run"
}
Because you said that it could be a huge security vulnerability. But I'll add it also if you say.
And I have only added a few editor settings because I don't think all the settings are necessary.