We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How I can build vscode (as developer)? I have do the following steps.
https://github.com/Microsoft/vscode/wiki/How-to-Contribute
Steps to Reproduce:
I have installed all dependencies for my OS.
yarn run watch
ERROR: [Errno 2] No such file or directory: 'run'
If I typed yarn I get the following error.
yarn
ERROR: There are no scenarios; must have at least one.
make do the same .... error
make
The text was updated successfully, but these errors were encountered:
Do you have the right yarn? yarnpkg/yarn#2821 (comment)
Sorry, something went wrong.
@usernamehw Thanks, in fact this was the problem.
No branches or pull requests
How I can build vscode (as developer)?
I have do the following steps.
https://github.com/Microsoft/vscode/wiki/How-to-Contribute
Steps to Reproduce:
I have installed all dependencies for my OS.
yarn run watch
ERROR: [Errno 2] No such file or directory: 'run'
If I typed
yarn
I get the following error.ERROR: There are no scenarios; must have at least one.
make
do the same .... errorThe text was updated successfully, but these errors were encountered: