We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should be able to:
See: https://code.visualstudio.com/api/references/vscode-api#DecorationRenderOptions
The text was updated successfully, but these errors were encountered:
I think this is done
Sorry, something went wrong.
I assume Rob is handling the IP indicator? We used to hack that in before, but since VS code knows about the debugging it will show the ip indicator?
Actually if that's the case, maybe you didn't need to do anything here? Cause VS code would be putting the decorator too.
what's the IP indicator?
The little arrow that shows what line you're currently running.
IP stands for instruction pointer. In C++ land it's called that and there's a register on the CPU that usually stores the address of the IP called rip
instruction pointer
rip
https://en.wikipedia.org/wiki/Program_counter
DavidKutu
No branches or pull requests
Should be able to:
See:
https://code.visualstudio.com/api/references/vscode-api#DecorationRenderOptions
The text was updated successfully, but these errors were encountered: