Closed DvvCz closed 6 months ago
I meet this.
@DvvCz do you have an anwser ?
Unfortunately not. This is the last run I had with the extension: https://github.com/DvvCz/ramattra/actions/runs/6021530472
AFAIK I just left it alone to work on other parts of the project
@DvvCz i found a anwser in here. https://github.com/Microsoft/vscode-vsce/issues/300
eg :vsce package --yarn
I guess with that reference we can consider this as fixed or more to be an upstream problem. Thx @YMC-GitHub for digging into this.
Description
Action fails on packaging my extension because of my editorconfig file? The invalid relative path it gives me in the error is referenced nowhere in my project. It's just a
.editorconfig
file at the top level of my monorepo. I've tried duplicating the .editorconfig file and putting it inside of the folder to be uploaded, but didn't do anything. Then I assumed it was because I had no vscodeignore file, seems that didn't do anything either.Expected Behavior
Should not error
Actual Behavior
Errors on "invalid relative path" due to editorconfig (see context)
Steps to Reproduce
packages/xyz-vscode
./packages/xyz-vscode
to OpenVSXContext