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 support? #9

Open
josephgorse opened this issue Feb 13, 2019 · 3 comments
Open

VS Code support? #9

josephgorse opened this issue Feb 13, 2019 · 3 comments

Comments

@josephgorse
Copy link

Are there any plans to release this as an extension for VS Code?

@danhigham
Copy link
Owner

I started to look at this a while ago as I know VS Code has become quite popular but with no way to render html / svg canvas objects, it's going to be tricky. One of the great things about Atom is that it's all html based which meant I could just lift and shift some of the rendering code from concourse itself.

@king-jam
Copy link

so this wouldn't work? https://code.visualstudio.com/api/extension-guides/webview

@danhigham
Copy link
Owner

A webview seems to only provide an object where you can just set the HTML, what we would need is a way to gain reference to the underlying SVG object in the webview, I don't think that's possible with this object.

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

3 participants