Skip to content
New issue

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

VS Code Extension: Add a public API #547

Open
pogi7 opened this issue Sep 19, 2024 · 0 comments
Open

VS Code Extension: Add a public API #547

pogi7 opened this issue Sep 19, 2024 · 0 comments

Comments

@pogi7
Copy link

pogi7 commented Sep 19, 2024

Initial Reasoning for Feature

In the VSCode Extension, I was trying to interface with it using the VSCode API. Specifically I was trying to run

vscode.extensions.getExtension("quarto.quarto").activate().then((quartoApi) => {
// Do something with api 
});

but I get undefined from the quartoApi variable.

Feature Request

Please add a public API to the VSCode Extension.

It would be very helpful to be able to integrate with the quarto.quarto VSCode extension through an API similar to how Microsoft has APIs for their VSCode extensions such as the vscjava.vscode-gradle VSCode extension

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant