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
This issue has arised in cursor and come about suddenly, when it was working when I first installed the quarto extension.
When I try to run an entire cell in this .qmd file:
a = 1
b = 2
c = a + b
print(c)
I am unable to run the whole code chunk in any way. I tried keyboard shortcut (cmd + shift+ enter) and to press the run cell button. In both cases, the line my cursor is currently on runs and the cursor moves to the next line. if the cursor is outside of a code chunk, the output is "Error: attempt to use zero-length variable name" and, again, the cursor moves to the next line. In the example above, I can't assign values to a and b simultaneously, or generate then print c at the same time.
Why is this happening? The keyboard shortcuts are all standard; quarto.runCurrentCell is cmd + shift + enter. My settings in cursor are as follows:
This issue has arised in cursor and come about suddenly, when it was working when I first installed the quarto extension.
When I try to run an entire cell in this .qmd file:
I am unable to run the whole code chunk in any way. I tried keyboard shortcut (cmd + shift+ enter) and to press the run cell button. In both cases, the line my cursor is currently on runs and the cursor moves to the next line. if the cursor is outside of a code chunk, the output is "Error: attempt to use zero-length variable name" and, again, the cursor moves to the next line. In the example above, I can't assign values to a and b simultaneously, or generate then print c at the same time.
Why is this happening? The keyboard shortcuts are all standard; quarto.runCurrentCell is cmd + shift + enter. My settings in cursor are as follows:
It has made working with quarto really frustrating in cursor (and by extension, VScode).
The text was updated successfully, but these errors were encountered: