| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: rename "server_configurations" => "configs" #3330 | Justin M. Keyes | 2024-10-01 | 1 | -21/+0 |
| | | | | | | | | | | | | | | | Problem: The name `server_configurations` is extremely verbose and irritatingly formal and dogmatic. This overlong name is a constant nuisance when reading, writing, and coding. It's also not even correct: these configurations are just as much "client" configurations as they are "server" configurations. Solution: - Rename to a shorter name. - Leave placeholder files for any old URLs that link to the old location. | ||||
| * | fix: avoid initialization of optional value journal_file #3107 | Christian Kögler | 2024-04-14 | 1 | -4/+1 |
| | | | | | | | | parameter journal_file is optional: https://github.com/polarmutex/beancount-language-server/blob/main/crates/lsp/src/config.rs#L8 Setting journal_file raises an error in following line: https://github.com/polarmutex/beancount-language-server/blob/main/crates/lsp/src/server.rs#L122 | ||||
| * | fix(beancount): rename journalFile to journal_file (#3047) | Sharzy | 2024-03-04 | 1 | -1/+1 |
| | | |||||
| * | fix(beancount): fix beancount start command and filetype (#1879) | hateonion | 2022-05-17 | 1 | -5/+3 |
| | | | | | | | | | | * fix(beancount): fix beancount start command and config * fix: update beancount config * fix: add single_file_support back * fix: fix lint | ||||
| * | fix(beancount-langserver): add stdio flag to cmd (#1791) | kmaasrud | 2022-03-18 | 1 | -1/+1 |
| | | |||||
| * | chore: clean up imports | Michael Lingelbach | 2021-11-25 | 1 | -1/+1 |
| | | |||||
| * | feat: expose configs | Michael Lingelbach | 2021-11-25 | 1 | -0/+26 |
