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

Error formatting tool #679

Open
Konard opened this issue Jul 30, 2024 · 0 comments
Open

Error formatting tool #679

Konard opened this issue Jul 30, 2024 · 0 comments

Comments

@Konard
Copy link
Owner

Konard commented Jul 30, 2024

For example:

Original text

The .NET Core SDK cannot be located: Error running dotnet --info: Error: Command failed: dotnet --info /bin/sh: 1: dotnet: not found /bin/sh: 1: dotnet: not found . .NET Core debugging will not be enabled. Make sure the .NET Core SDK is installed and is on the path.

Formatted text

The .NET Core SDK cannot be located: 
Error running dotnet --info: 
Error: Command failed: dotnet --info /bin/sh: 
1: dotnet: not found /bin/sh: 
1: dotnet: not found . 
.NET Core debugging will not be enabled. 
Make sure the .NET Core SDK is installed and is on the path.

Also this tool may support formatting and prettifying json, strings inside json and so on.

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

No branches or pull requests

1 participant