Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python: execute 'black' | eine | 2020-08-23 | 1 | -27/+28 |
| | |||||
* | py: adjust blank lines to PEP 8 for vhdl_langserver (#1434) | m-kru | 2020-08-15 | 1 | -0/+9 |
| | | | | | | Why? 1. Conform to PEP 8. 2. Easier to read. 3. Make tools, such as PyCharm, not complain. | ||||
* | ghdl-ls: Fix exceptions crashing language server | Henning Holm | 2020-07-30 | 1 | -1/+14 |
| | | | | | | | | Previously, the language server crashed on any exceptions raised by the handler methods. Catching and logging these exceptions while notify the user about the error results in a much better user experience. This fixes #1410 | ||||
* | Import vhdl_langserver from ghdl-language-server | Tristan Gingold | 2020-03-09 | 1 | -0/+288 |