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

Updating all the extensions to only use csharpier server for 0.29.0+,… #1286

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

belav
Copy link
Owner

@belav belav commented Jun 8, 2024

… adding option to bypass csharpier server.

&& CSharpierSettings.getInstance(this.project).getDisableCSharpierServer()
) {
this.logger.debug(
"CSharpier server is disabled, falling back to piping via stdin"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

on an unrelated note, are you using an auto-formatter for Java?
Otherwise, maybe this string should be indented?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Every time I'm in there I wish that I was, I should finally figure out how to set one up

@belav belav merged commit 7ca030e into main Jun 10, 2024
3 checks passed
@belav belav deleted the no-server-for-28 branch June 10, 2024 21:41
jamesfoster pushed a commit to jamesfoster/csharpier that referenced this pull request Jun 17, 2024
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.

2 participants