jsconfig.json #19653
Unanswered
zaceno
asked this question in
Codespaces
jsconfig.json
#19653
Replies: 1 comment 1 reply
-
Hi @zaceno thanks for raising this issue! Unfortunately, we currently don't have virtual file system support for Javascript on github.dev (we do have support on Codespaces). Typescript support for github.dev is currently in progress, so these kinds of issues are on our radar! Thanks again for raising this issue and let me know if you have any more questions! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The typescript engine of the web-editor (the one you get when you press
.
) does not seem to pick up on the jsconfig.json in my root folder (which regular vs code on the desktop does).Is that a known limitation? Or is there a way to make it pick it up.
Example repo: https://github.com/zaceno/arithmentist
EDIT: Clarifying: The way I can tell it isn't picking up the jsconfig.json file is that it does not understand any of my type imports, hence the type info on hover says all types are
any
. And there are no error-squigglies for incorrect type usage.Beta Was this translation helpful? Give feedback.
All reactions