Use of External APIs from VSCode Extension #2714
Unanswered
McPherran
asked this question in
Extension Development QnA
Replies: 1 comment
-
|
Hi @McPherran , I’m not an specialist on the Q1 area,, so I can’t give you examples on how to do it, except describing tools/libraries that has been found on researches, like About Q2, I would like to provide you an additional info, which is, even VS Code application being built using Electron, VS Code also runs on the web. In this platform, it does not depend on Node.js. So the answer for your second question should be no, if you consider VS Code entirely. Hope this helps |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
#1. I'm interested in any various means to call a function in an arbitrary dll from a VSCode extension. (E.g. Analogous to use of P/Invoke in C#).
#2. Is the idea that a Visual Studio Code extension can generally do anything that can be done with node.js?
Thank You
Beta Was this translation helpful? Give feedback.
All reactions