Gustavo Fenilli

Results 64 comments of Gustavo Fenilli

@yi-Xu-0100 what i meant by clashing is that if i set "chore" as a simple string it would not look for title and description inside the default chore, as it...

Also while creating this, #31 #38 would be an easier improvement, a new entry like title and description, "emoji": ":bug:" if there is one it would get appended and would...

It seens fine to me, it looks like it will work for most use cases if not all of them. I will only point out that feat and fix should...

@vivaxy Would it be possible to add something like: ```typescript "conventionalCommits.commitTypes": [ "conventional-commit-types", { "type": "new", "title": "new with title", "description": "new with description" }, ] ``` So we could...

> Is it possible to introduce extends property like eslint config or commitlint config? I'll try to dig more information about this idea. that would be awesome, but those config...

@vivaxy i dont think it has a standard, but would be a good addition, sharing vscode settings.json isnt the best option for open source projects. something like .editorconfig, it can...

@vivaxy @yi-Xu-0100 After some looking around, and using other configurations for this kinda of commit configurations I came up with something like this, I will be sending the same for...

> @GustavoFenilli This is a huge configuration for the extension, but if it was adopted for the `conventional commit` or `commitlint`, I think the extension can get part of configurations...

> Is it possible to change the default types? I'm curious if any of the changes discussed here have been implemented since then. I don't think they where implemented, it...

@totalhack do you still experience this issue?