Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Add Switch for Offline Installation #93

Closed
amtlib-dot-dll opened this issue Feb 19, 2018 · 3 comments
Closed

Add Switch for Offline Installation #93

amtlib-dot-dll opened this issue Feb 19, 2018 · 3 comments
Assignees

Comments

@amtlib-dot-dll
Copy link

When a package depends on this package, it cannot be installed without Internet access, which is bad for some build machines. yarn has an offline installation feature; however this feature is unusable for projects with this package.

When a project releases a version with pinned and cached vscode.d.ts file, the release may set up a flag indicating no downloads are needed.

Thanks!

@bpasero bpasero self-assigned this Feb 20, 2018
@TristanFAURE
Copy link

I'm also interested as we are downloading our dependencies using artifactory.
Most of the libraries we use provide env vars to set mirror download

@octref
Copy link
Contributor

octref commented Mar 12, 2019

You might be interested in microsoft/vscode#70175.

@octref
Copy link
Contributor

octref commented Mar 13, 2019

This is now possible through dropping vscode dependency and only pull types from @types/vscode: https://www.npmjs.com/package/@types/vscode.

We are on 1.14 now and by end of this month we should have dts up to 1.32.

@octref octref closed this as completed Mar 13, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants
@bpasero @octref @TristanFAURE @amtlib-dot-dll and others