-
Notifications
You must be signed in to change notification settings - Fork 11
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
Register command to run code #37
Comments
hi @thatnerdjosh ! |
This is nice, how about C#? Thanks |
If you could make a PR ;)
|
I searched around and it looks like there are a few options --
|
Ok sounds good :) just wanted to check if it was desired functionality |
@yatli I think what they meant is to execute the project ( |
@Charly6596 off topic but... what font is that :) |
SauceCodePro Nerd Font Mono |
Would it make sense for this extension to register a command to run code like the python extension (and some others) do?
Example:
https://github.com/neoclide/coc-python/blob/2d54b0074652e833f8f928d2265aa39dc4efe173/src/terminals/codeExecution/codeExecutionManager.ts#L33
If so, I can work on this and make a PR. I know it would be helpful for me although one could just
:w !dotnet run —project <project>
or something similar, I think it would be nice to have the integration built inThe text was updated successfully, but these errors were encountered: