Ewan Harris
Ewan Harris
Seeing as the package is limited to 1000 packages 😉
### Changes Updates the `useFormData` property to now default to true. Consequently, updates any tests where `useFormData: true` was previously set to now use the default, and sets `useFormData: false`...
Apologies if this is better suited for https://github.com/EclipseFdn/open-vsx.org, I wasn't too sure where it should land. We are looking to (in the future) handoff our extension to a different publish...
Fix a 404 when calling `gittar.fetch('https://github.com/lukeed/mri').then(console.log);` where the URL would be constructed incorrectly (`https://github.com///github.com/lukeed/mri/archive/master.tar.gz`) due to the hostname already existing
Moves over to using GitHub actions. I'm not sure how this will play out with the 1_7_X branch using a different setup (npm instead of yarn) to master and 2_X....
### Changes Don't always provide a function to `SuccessPane` instead pass the `closeHandler` variable so that `SuccessPane` can correctly distinguish whether to show the close buttong ### Testing This change...
### Changes Updates the project readme to match the new standard - Updates readme structure - Moves existing code samples out into a dedicated examples document Still needs the new...
### Description Updates the project readme to match the new standard - Updates readme structure - Moves existing code samples out into a dedicated examples document Still needs the new...
Currently if `--output json` is requested then a timestamp is output which breaks parsing the JSON output. So disable the timestamps if we're in json mode.
This is a speculative fix for the issue described [in this thread](https://tidev.slack.com/archives/C03CVQX2A/p1661358428501249), rather than relying on the vscode provided workspace trust we use our own internal one which is determined...