VSCode Code Language Not supported or Defined #5385
Replies: 1 comment
-
Note that your error here has nothing to do with Quarto (CLI or VSCode extension), it's an error from "Code Runner" extension (as stated in the popup) which does not support Quarto. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Sorry if this is a basic question; I'm just getting started.
I use VSCode for most of my programming and haven't come across this problem until now.
I have downloaded quarto and installed the VSCode extension for it. When I create a new .qmd file, I receive the error "Code language not supported or defined" in the bottom right hand corner. However, I can see that "Quarto" is indeed my selected language (per the screenshot) and that the file extension of .qmd is valid.
I do not experience this problem if I run the same files in, say, RStudio. The problem seems to be how Quarto is interacting with the coderunner extension, but I'm a little lost in determining what the problem is.
Can anyone advise what steps I should take?
Beta Was this translation helpful? Give feedback.
All reactions