aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/lsp
Commit message (Expand)AuthorAgeFilesLines
* LanguageServer: quote URI, adjust lsp.py (for Windows)Tristan Gingold2021-01-201-2/+1
* lsp.py: only use urllib (as python3 is required)Tristan Gingold2021-01-201-6/+3
* pyGHDL/lsp: check initialization errorTristan Gingold2021-01-201-1/+7
* pyGHDL/lsp: adjust quoting for WindowsTristan Gingold2021-01-201-1/+2
* lsp.py: factorize is_windowsTristan Gingold2021-01-191-2/+3
* pyGHDL: tentatively fix tests failureTristan Gingold2021-01-161-4/+6
* pyGHDL: remove dependency on attrTristan Gingold2021-01-161-36/+0
* Make API more pythonic be replacing C-like byte arrays with str. Abstracted u...Patrick Lehmann2021-01-103-7/+7
* Fixed references: Get_Is_Ref has only 1 parameter.Patrick Lehmann2021-01-071-1/+1
* Fixed workspace: A function is called, so must be 'Get_Date_State'.Patrick Lehmann2021-01-071-1/+1
* scripts: move 'pyGHDL/xtools' to 'scripts', update Makefiles and docs accordi...umarcor2020-12-281-1/+1
* pyGHDL: move 'lsp/main.py' to 'cli/ghdl-ls.py'umarcor2020-12-272-129/+23
* rework 'python', rename to 'pyGHDL'umarcor2020-12-2711-0/+1652