-
Great work!
It would be nice to have [Julia language ](http://julialang.org/) backend as well.
Thanks!
alsam updated
3 years ago
-
Hello,
There seems to be an issue with the precompilation of the language server upon launching when using julia 1.11.
It complains that the REPL package needs the new `StyledString` package, whic…
-
Hello,
I have installed the latest version of a plugin. I have used it happily for about two days and then it has started to emit error. I have restarted VS and tracked, when errors have started, w…
-
Type: Bug
I'm trying out Julia on my system with the "hello world" Julia file containing _only_ the line: `print("Hello world!")`. I was setting up the debugger with the preset `launch.json` below
…
-
First of all, thanks for this great project = 0.7)
NVIM v0.10.1
Build type: RelWithDebInfo
LuaJIT 2.1.1720049189
Run "nvim -V1 -v" for more info
### Operating system/version
Linux fedorapc…
-
Existing Julia language server should work in most cases., However Notebooks is a whole new document model. One can have a variable initialized in cell 1 and used in cell 2.
Based on existing semanti…
-
Hi! Great piece of software. I hope I'm providing enough information - is there a crash report I should be attaching somehow?
I get the following error on startup when installing the extension with…
-
When opening a julia file it just keeps showing
> Starting Julia Language Server
It doesn't appear to crash and on the output it just shows
```
┌ Warning: Colors not stored on disc
└ @ Sym…
-
I'm using NVTX from Julia, so I compile NVTX into a shared library as documented in https://github.com/NVIDIA/NVTX?tab=readme-ov-file#other-languages. This works fine on most platforms, but on Windows…
-
Hi,
I am really struggling with the Vs code debugger since the recent release of Vs code (1.58). I have a Julia code that runs perfectly but when I trying to run it to check how variables during si…