Saulius Menkevičius

Results 29 issues of Saulius Menkevičius

Often you have two classes open one of which references the other. Having fixed an issue in one, you'd want to have flycheck errors updated on the other file.

enhancement
flycheck

- [ ] omnisharp-unit-test-all - [ ] omnisharp-unit-test-fixture - [ ] omnisharp-unit-test-single maybe there are more, these ones are from spacemacs config

roslyn-regression

At this moment there is no way to work with multiple solutions at the same time. We need to be able to start multiple processes and properly send ops to...

enhancement

The page at http://www.omnisharp.net/ contains old instructions on how to install the package on emacs. - it refers to old server version, requires cloning, getting curl, etc. we don't need...

documentation
spacemacs
roslyn-migration
setup-n-configuration

There was/is one PR where CI failure could not be replicated on some of the platforms - https://github.com/OmniSharp/omnisharp-emacs/pull/281 Using docker for CI/test builds would make them easier to replicate AND...

development

1. Which driver are you using and version of it (Ex: PostgreSQL 10.0): MySQL 2. Which TablePlus build number are you using (the number on the welcome screen, Ex: build...

good first issue

I am working on https://github.com/razzmatazz/csharp-language-server and with the latest fsac there appears to be an excessive CPU usage running for a very long time (10 mins +) ; the intectiveness...

Please see: - https://github.com/razzmatazz/csharp-language-server/tree/downgrade-to-dotnet5-for-fsac (works) - https://github.com/razzmatazz/csharp-language-server (fails) The change that triggers the issue is: ``` diff --git a/global.json b/global.json index 45fe540..3990743 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6...

bug
help wanted
type:lsp

this PR tracks local-ionide-lsp branch

related to: - https://github.com/razzmatazz/csharp-language-server/issues/30