-
Currently Rust HDL looks for the config file when the LSP is started, so any changes to it (for example adding files, fixing libraries, etc) require the server/editor to be restarted.
Ideally, I th…
suoto updated
4 years ago
-
**Just for context**
I am trying to integrate clangd into my own editor using the OmniSharp LSP Client available [here](https://github.com/OmniSharp/csharp-language-server-protocol). Clangd 10 works …
-
There seems to be an issue with the `enable-latex: true` option.
Works fine with `enable-latex: false`.
Any idea what I am doing wrong?
```
name: CI/CD
on:
push:
branches:
…
KochC updated
3 years ago
-
I am trying to use verilator on the .sv (or .v) output from Clash, the high level HDL. Clash has successfully generated netlists and .sv files in Test/TestBench/ but when I run verilator .. -ITest/Te…
-
Hello there! I previously(by that I mean hours earlier) got chromebrew working well with my chromebook. However, I had installed both vim and gvim and there was some conflict. As I wanted to delete bo…
-
@kraigher I was loosely thinking about adding support for sources formatting.
Right now it does not look like an easy task, because the syntax tree looks more like an Abstract Syntax Tree, not Concre…
m-kru updated
4 years ago
-
Hi all, I'm reposting this from https://github.com/prettier/plugin-php/issues/1537 since the plugin is not responsible for editor integration.
========================
**Summary: I want to use P…
-
My first step in trying to work with the Language Server was to install and run `ghdl-ls`. I downloaded `GHDL`, built it, then installed `ghdl-ls`, but when running it the output is the following
```…
-
Hello,
I am trying to make compile, but I found some errors from my Linux environment.
```
bpmlab2 ~/xilinx/kiman/PandA/PandABlocks-FPGA $ make
/bin/sh: 1: ./common/python/parse_git_version.py:…
-
**Is your feature request related to a problem? Please describe.**
I use `vhdl_ls` language server, which is developed as part of the [kraigher/rust_hdl](https://github.com/kraigher/rust_hdl/) proj…