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

Implementing a VScode extension + a plugin mode for csharpier #495

Merged
merged 3 commits into from
Nov 30, 2021
Merged

Conversation

belav
Copy link
Owner

@belav belav commented Nov 30, 2021

closes #283

This is the initial version of the vscode extension.
It supports

  • installing csharpier globally if it is not
  • formatting using csharpier < 0.12.0, which pipes a single file and is slower
  • formatting using csharpier >= 0.12.0 with --pipe-multiple-files

This includes the following changes to csharpier

  • adding --pipe-multiple-files to pipe multi files delimited by \u0003
  • modifying csharpier to write to stderror when a file will not compile

@belav belav merged commit a2208dc into master Nov 30, 2021
@belav belav deleted the plugin branch November 30, 2021 02:27
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

Successfully merging this pull request may close these issues.

VSCode Extension
1 participant