Identifying the running host type #5244
TravisTheTechie
started this conversation in
General
Replies: 1 comment
-
I think |
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
-
I have an extension I wrote for vscode, and I'm looking at porting it to coc.nvim. I've done the work so it is mostly transparent to the underlying logic of the extension, but the last bit I can't seem to figure out is how to tell if the running host process is vscode or nvim. Is there something I can call to tell the difference at runtime? I have tried using
vscode.version
but I'm not sure that's going to do what I want in every situation.Beta Was this translation helpful? Give feedback.
All reactions