You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// A *self-contained* demonstration of the problem follows...// Test this by running `tsc` on the command-line, rather than through another build tool such as Gulp, Webpack, etc.
Bring up tsserver with argument --typesMapLocation /path/to/typesMap.json and turn on logging.
Inspect the logs, and see that Provided types map file "/path/to//typesMap.json" doesn't exist even though the file is valid.
Expected behavior:
typesMap.json should be correctly located and error not shown in logs.
Actual behavior:
Error message about non-existent typeMaps.json shown in the logs.
Playground Link:
Related Issues:
The text was updated successfully, but these errors were encountered:
kyliau
pushed a commit
to kyliau/TypeScript
that referenced
this issue
Mar 15, 2018
…22607)
When a new ProjectService is created from a new Session, the
typesMapLocation of the typingsInstaller is not forwarded to the the
ProjectService, and results in the error message
`Provided types map file "/path/to/typesMap.json" doesn't exist`
TypeScript Version: 2.8.0-dev.20180315
Search Terms:
typesMapLocation
Bring up tsserver with argument
--typesMapLocation /path/to/typesMap.json
and turn on logging.Inspect the logs, and see that
Provided types map file "/path/to//typesMap.json" doesn't exist
even though the file is valid.Expected behavior:
typesMap.json should be correctly located and error not shown in logs.
Actual behavior:
Error message about non-existent typeMaps.json shown in the logs.
Playground Link:
Related Issues:
The text was updated successfully, but these errors were encountered: