srmeyers / git-prefix

Visual Studio Code Extension - Prefix commit message with value in branch name.
https://marketplace.visualstudio.com/items?itemName=srmeyers.git-prefix
MIT License
22 stars 14 forks source link

Multiple patterns #10

Closed pooledge closed 3 years ago

pooledge commented 3 years ago

Thanks for this great extension!

I'm in need of defining multiple patterns when switching between multiple projects, i.e. multiple projects might have different issue naming format (BACK-\d vs. FRNT-\d).

Right now, naturally the Pattern not found in branch message is displayed. Any plans of implementing this in the future?

Yilong94 commented 3 years ago

I encountered a similar issue. What I did was that for different project, you can define different patterns for different projects under the Workspace setting.

pooledge commented 3 years ago

I encountered a similar issue. What I did was that for different project, you can define different patterns for different projects under the Workspace setting.

That was it! Case closed!