auto type acquisition doesn't kick in without --save #15844
Labels
javascript
JavaScript support issues
typescript
Typescript support issues
upstream
Issue identified as 'upstream' component related (exists outside of VS Code)
Steps to Reproduce:
underscore
from%localappdata%/TypeScript/package.json
and from correspondingnode_modules
underscore
installed (e.g. https://github.com/Microsoft/vscode-smoketest-express.git). VSCode will subsequently install type-registry, and any@types
associated with the project.npm install underscore
Expected: underscore is installed, as are associated types, even though it doesn't exist in package.json
Actual: types are not installed
Note that reloading the project altogether yields the expected behavior.
The text was updated successfully, but these errors were encountered: