Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python: execute 'black' | eine | 2020-08-23 | 1 | -83/+98 |
| | |||||
* | py: adjust blank lines to PEP 8 for vhdl_langserver (#1434) | m-kru | 2020-08-15 | 1 | -0/+3 |
| | | | | | | Why? 1. Conform to PEP 8. 2. Easier to read. 3. Make tools, such as PyCharm, not complain. | ||||
* | Revert "ghdl-ls: Fix exception crashing language server" | Henning Holm | 2020-07-30 | 1 | -5/+1 |
| | | | | This reverts commit eddb55e8a14e6c40b66ce018b7760767981af79d. | ||||
* | ghdl-ls: Fix exception crashing language server | Henning Holm | 2020-07-30 | 1 | -1/+5 |
| | | | | | | | | | Previously, the language server crashed on unhandled symbols with an exception. As ignoring unhandled symbols should be fine, logging this as an error to the logger results in a much better user experience. This fixes #1410 | ||||
* | vhdl_langserver/symbols.py: handle PSL directives and declarations. | Tristan Gingold | 2020-07-28 | 1 | -0/+7 |
| | | | | Fix #1409 | ||||
* | Import vhdl_langserver from ghdl-language-server | Tristan Gingold | 2020-03-09 | 1 | -0/+152 |