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
Hey, just starting out and I have a few questions:
P.S. I'm on Windows, Powershell 7.4 preview, Windows Terminal.
Where is the proper place to ask for help? Here?
From key rebinding docs - I've noticed some commands without : such as extend_line is there a place where I can see all those available commands and what they do?
-> Solved by discovering that <space>? shows you all those commands as well!
In cpp I am getting inline diagnostics, but in JS / TS I am not. When checking health for JS / TS, everything is green but the DAP, which is missing. Is the DAP responsible for this, or do I need to enable some other settings? (Would also be cool if I could get the same errors in JSON)
Regarding the previous question, is there any way to setup DAP for JS/TS ? Found an open PR but didn't completely understand (would like some quick installation like a npm install or something).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, just starting out and I have a few questions:
P.S. I'm on Windows, Powershell 7.4 preview, Windows Terminal.
:
such asextend_line
is there a place where I can see all those available commands and what they do?-> Solved by discovering that
<space>?
shows you all those commands as well!cpp
I am getting inline diagnostics, but in JS / TS I am not. When checking health for JS / TS, everything is green but the DAP, which is missing. Is the DAP responsible for this, or do I need to enable some other settings? (Would also be cool if I could get the same errors in JSON)Beta Was this translation helpful? Give feedback.
All reactions