diff options
-rw-r--r-- | pyGHDL/cli/lsp.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyGHDL/cli/lsp.py b/pyGHDL/cli/lsp.py index fa89bc7e8..ef0591e62 100644 --- a/pyGHDL/cli/lsp.py +++ b/pyGHDL/cli/lsp.py @@ -107,6 +107,9 @@ def main(): if args.disp_config: errorout_console.Install_Handler() libghdl.disp_config() + print("python:") + print("sys.platform: {}, os.name: {}".format(sys.platform, os.name)) + print(sys.version) return # Setup logging |