-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Conventional Commits: Cannot read properties of undefined (reading 'fsPath') #262
Comments
the |
Hi @nrome-n, as far as I know, VSCode does not provider a way to add any custom extension into touch bar. How to config touch bar like? "touchBar": [
{
"command": "extension.conventionalCommits",
"group": "cpcmd"
}
] |
Thank @vivaxy this is what i did then when i try to use it, i get this in vscode if you add
to |
from what i can gather the issue is from but when i close every file it works this the touch bar thanks for responding |
@nrome-n This test extension may solve this issue to some extent, but I'm not sure whether it will be able to complete the successful setup of the shortcut. Give this a try and let me know how it helps. 😁 |
@yi-Xu-0100 added the extension but when i did the action this time i got when using the org extension i am getting |
Describe the bug
A clear and concise description of what the bug is.
when the command extension.conventionalCommits in used from the touch bar there is a problem with the 'fsPath'
To reproduce
Steps to reproduce the behavior:
adding touchBar support in the add or from a custom extantion
with give
Conventional Commits: Cannot read properties of undefined (reading 'fsPath')
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Application logs
Follow the troubleshooting section and paste the logs here.
The text was updated successfully, but these errors were encountered: