jamesbattersby
Results
2
issues of
jamesbattersby
There is no check around `pacote.extract` in `Registory.ts`. ``` // If we've already downloaded this package, just return it. if (!fs.existsSync(dest)) { await pacote.extract(spec, dest, this.options); } ``` The problem...
bug
good first issue
When running on Windows with a remote WSL or remote SSH connection there is an issue when switching release channel for a private extension. Selecting "switch release channels.." correctly shown...
bug
blocked