You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Monorepo with packages/xyz-vscode
Have .editorconfig at top level
Try and package ./packages/xyz-vscode to OpenVSX
Context
Error: invalid relative path: extension/../../.editorconfig
at validateMetadataPath (/home/runner/work/_actions/HaaLeo/publish-vscode-extension/v1/dist/index.js:109295:59)
at ZipFile.addFile (/home/runner/work/_actions/HaaLeo/publish-vscode-extension/v1/dist/index.js:108951:18)
at /home/runner/work/_actions/HaaLeo/publish-vscode-extension/v1/dist/index.js:4806:19
at Array.forEach ()
at /home/runner/work/_actions/HaaLeo/publish-vscode-extension/v1/dist/index.js:4802:15
at new Promise ()
at /home/runner/work/_actions/HaaLeo/publish-vscode-extension/v1/dist/index.js:4800:21
at async pack (/home/runner/work/_actions/HaaLeo/publish-vscode-extension/v1/dist/index.js:4870:5)
at async packageCommand (/home/runner/work/_actions/HaaLeo/publish-vscode-extension/v1/dist/index.js:4880:36)
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: