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
Not that I think it matters, but currently using VSCode 1.4. This behaviour does not occur in [email protected].
[email protected]
TypeScript Version: nightly 2.1.0-dev.20160813 onwards
Code
// Clone my demo repo then skip to 'Terminal' steps or manually re-create it git clone https://github.com/seikho/intellisense-repro // .vscode/settings.json { "typescript.tsdk": "node_modules/typescript/lib" } // tsconfig.json { "compilerOptions": { "module": "commonjs", "target": "es5" }, "exclude": [ "node_modules" ] } // package.json { "main": "index.js", "devDependencies": { "@types/node": "^6.0.34", "typescript": "^2.1.0-dev.20160816" } } // index.ts const foo = 1; foo; // Terminal npm install code . // Mouse Hover things
Expected behavior: Glorious intellisense
Actual behavior: No intellisense 😢
Removing the tsconfig.json works around the issue.
tsconfig.json
The text was updated successfully, but these errors were encountered:
Seems to be a regression in b988bc9. Works fine prior to this commit.
Sorry, something went wrong.
In particular, these changes
I have tested this with 2.1.0-dev.20160813 through 2.1.0-dev.20160816 and am experiencing the same issue.
host.fileExists
No branches or pull requests
Not that I think it matters, but currently using VSCode 1.4. This behaviour does not occur in
[email protected]
.TypeScript Version: nightly 2.1.0-dev.20160813 onwards
Code
Expected behavior:
Glorious intellisense
Actual behavior:
No intellisense 😢
Removing the
tsconfig.json
works around the issue.The text was updated successfully, but these errors were encountered: