Update project repository URL
- Instead of executing commands in-place, switch to return commands from code action, which is more idiomatic
- Update code action whenever code action definitions from configuration change
Make sure not triggering the commands when user explicitly invokes code actions
Fix issue that only one Code Action provider is called, even though multiple are registered
Make sure the created Code Actions only operate on actual files
Initial release