-
Notifications
You must be signed in to change notification settings - Fork 29
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
Dotnet build output #2
Comments
@jchannon I am not familiar with the "dotnet build", is that an extension or what? |
It's the new dotnet runtime www.dot.net It's like when you call Python or Swift or node from the terminal. You call dotnet build/restore/test and it gives output On Saturday, 30 July 2016, Jeff Sloyer [email protected] wrote:
|
@jchannon whats the integration with it in vscode? Asking as we need to create regexp's and the right file format for it. |
The integration with VSCode is the same for node/Python etc. You create a More here https://code.visualstudio.com/docs/editor/tasks http://blog.jonathanchannon.com/2016/07/13/building-all-current-dotnet-core-projects-vscode/ On Saturday, 30 July 2016, Jeff Sloyer [email protected] wrote:
|
I did have some regex for old .net framework here but not sure if the .net https://github.com/OmniSharp/omnisharp-sublime/blob/master/BuildConsole.hidden-tmLanguage On Saturday, 30 July 2016, Jonathan Channon [email protected]
|
Looking here it seems to be the same format as sublime so might be able to https://github.com/IBM-Bluemix/vscode-log-output-colorizer/blob/master/src/syntaxes/log.tmLanguage On Saturday, 30 July 2016, Jonathan Channon [email protected]
|
Looks like dotnet build output is already colored so we wouldnt need any On 30 July 2016 at 15:18, Jonathan Channon [email protected]
|
Would be great to get the syntax from running "dotnet build" colorised
The text was updated successfully, but these errors were encountered: