Karl

Results 10 comments of Karl

> Feel free to, I’m not working on that aye, ill start this weekend :)

> Yeah, thats how i had installed .net 6. What is the preferred way?

``` Process fsac stderr finished Unhandled exception: System.ComponentModel.Win32Exception (2): An error occurred trying to start process '/usr/lib/dotnet/dotnet6-6.0.108/dotnet' with working directory '/home/karl/src/csharp-language-server'. No such file or directory at System.Diagnostics.Process.ForkAndExecProcess(ProcessStartInfo startInfo, String...

the plot thickens ``` You must install .NET to run this application. App: /home/karl/.dotnet/tools/fsautocomplete Architecture: x64 App host version: 6.0.9 .NET location: Not found Learn about runtime installation: https://aka.ms/dotnet/app-launch-failed Download...

@baronfel nevermind, im a moron. That fixed it. somewhere in my sleep deprived (new dad) brain i set `DOTNET_ROOT` to `/bin/local/dotnet`

`set -x DOTNET_ROOT ~/.dotnet` for `fish` was the key

it is. ``` fish_add_path ~/.dotnet fish_add_path ~/.dotnet/tools ``` are both added to the path. Consequently i did recently re-generate the env files for doom emacs

> this: #71 > > I think that you can manually alter `.classpath` to do that too. I dont think that you can manually edit the .classpath file. whenever i...

@kingsuntw i have this weird issue where whenever i modify a `.project` or `.classpath` file restarting the lsp workspace rewrites the file. Any ideas?

In all honesty I completely forgot. I think the codebase is in flux atm with a large refactor but once it settles down ill take another crack at it