Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

manually download and install dependencies #961

Closed
iiley opened this issue Nov 18, 2016 · 2 comments
Closed

manually download and install dependencies #961

iiley opened this issue Nov 18, 2016 · 2 comments

Comments

@iiley
Copy link

iiley commented Nov 18, 2016

Hi, thanks for the great plugin. I have a internet issue to make vscode download the dependencies, i always stuck here:

Downloading package 'Mono Runtime (macOS)' (1544 KB) .................... Done!
Downloading package 'Mono Framework Assemblies' (5517 KB) .................... Done!
Downloading package 'OmniSharp (Mono 4.6)' (12693 KB) ...

I can find the dependencies links in source code package.json, if I manually download all the files, how can i integrated them to the extension?

@iiley
Copy link
Author

iiley commented Nov 18, 2016

After hours finally i found a way, just download and unzip the files to the directory package.json indicated, and then create a file named "install.Lock" at the root of the plugin. Then restart vscode, it works. But i have not tested the debugger since i use Unity debugger only.

@DustinCampbell
Copy link
Member

Hi, yes, that should work -- mostly. You might need to use chmod 755 on a few of the files to make them executable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants