aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/lsp/workspace.py
Commit message (Collapse)AuthorAgeFilesLines
* black: rerun, to pick pyproject settingsumarcor2021-08-231-33/+11
|
* fix more codacy issuesumarcor2021-06-231-8/+14
|
* fix issues reported by Codacyumarcor2021-06-221-7/+7
|
* pyGHDL: automatically add type annotations for nodes.pyTristan Gingold2021-06-181-3/+3
| | | | Add missing types in _types.py, adjust lsp
* pyGHDL/lsp/workspace.py: reformatTristan Gingold2021-02-191-4/+1
|
* lsp/workspace.py: remove extract encode.Tristan Gingold2021-02-181-2/+1
|
* pyGHDL/lsp: check initialization errorTristan Gingold2021-01-201-1/+7
|
* Make API more pythonic be replacing C-like byte arrays with str. Abstracted ↵Patrick Lehmann2021-01-101-4/+4
| | | | utf-8 encoding/decoding.
* Fixed workspace: A function is called, so must be 'Get_Date_State'.Patrick Lehmann2021-01-071-1/+1
|
* rework 'python', rename to 'pyGHDL'umarcor2020-12-271-0/+499
* Rename 'python' to 'pyGHDL'. * Let 'thin' be 'libghdl'. * Move move 'pyutils.py' from 'python/libghdl/vhdl' to a separate package ('pyGHDL/libghdl/utils/'). * Update 'vhdl_langserver' accordingly. * Rename 'vhdl_langserver' to 'lsp'. * Move 'ghdl-ls' to 'pyGHDL/cli'.