Skip to content

Conversation

@steeve
Copy link

@steeve steeve commented Aug 11, 2025

This is done by spawning a buildifier process.

Buildifier can be configured in the initialization options:

{
    "buildifier": {
        "path": "...",
        "args": ["...", "...."]
     }
}

Closes #267

PS: note that this was done at 99% by Gemini Pro 2.5

@steeve steeve force-pushed the steeve/formatting branch 2 times, most recently from 3bd5630 to d7e75f4 Compare August 11, 2025 11:15
@steeve steeve force-pushed the steeve/formatting branch from d7e75f4 to 7ee86d2 Compare August 19, 2025 10:07
This is done by spawning a `buildifier` process.

Buildifier can be configured in the initialization options:
```json
{
    "buildifier": {
        "path": "...",
        "args": ["...", "..."]
     }
}
```

Closes withered-magic#267
@steeve steeve force-pushed the steeve/formatting branch from 7ee86d2 to 2d7da47 Compare August 19, 2025 10:16
@steeve
Copy link
Author

steeve commented Aug 20, 2025

Gentle ping @withered-magic :)

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.

Implement textDocument/formatting

1 participant