aboutsummaryrefslogtreecommitdiffstats
path: root/python/vhdl_langserver/workspace.py
Commit message (Collapse)AuthorAgeFilesLines
* rework 'python', rename to 'pyGHDL'umarcor2020-12-271-499/+0
| | | | | | | | | | * 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'.
* python: execute 'black'eine2020-08-231-59/+96
|
* py: adjust blank lines to PEP 8 for vhdl_langserver (#1434)m-kru2020-08-151-2/+2
| | | | | | Why? 1. Conform to PEP 8. 2. Easier to read. 3. Make tools, such as PyCharm, not complain.
* python: fix document URI creation on Windows (#1183)Maximilian Köstler2020-03-311-1/+1
| | | | On Windows, a URI has to begin with file:/// (3 slashes!). Now, the correct implementation from lsp.py is used to create the URIs.
* Import vhdl_langserver from ghdl-language-serverTristan Gingold2020-03-091-0/+462