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
VSCode Version: Version: 1.31.1 (system setup) Commit: 1b8e8302e405050205e69b59abb3559592bb9e60 Date: 2019-02-12T02:20:54.427Z Electron: 3.1.2 Chrome: 66.0.3359.181 Node.js: 10.2.0 V8: 6.6.346.32 OS: Windows_NT x64 10.0.17134
Steps to Reproduce:
Other JS IDE can see all definitions in this project.
The text was updated successfully, but these errors were encountered:
Caused by this line:
this.actionwords = Object.create(require('../actionwords.js').Actionwords);
with the root cause being that Object.create(x) returns any instead of typeof x (possibly #26541)
Object.create(x)
any
typeof x
Sorry, something went wrong.
This issue has been marked as a 'Duplicate' and has seen no recent activity. It has been automatically closed for house-keeping purposes.
mjbvz
No branches or pull requests
VSCode Version: Version: 1.31.1 (system setup)
Commit: 1b8e8302e405050205e69b59abb3559592bb9e60
Date: 2019-02-12T02:20:54.427Z
Electron: 3.1.2
Chrome: 66.0.3359.181
Node.js: 10.2.0
V8: 6.6.346.32
OS: Windows_NT x64 10.0.17134
Steps to Reproduce:
Definitions are in ../e2e-tests/actionwords.js
Other JS IDE can see all definitions in this project.
The text was updated successfully, but these errors were encountered: