fix: fix omnisharp path

This commit is contained in:
Felix Schröter 2020-05-22 18:03:28 +02:00
parent b80031723a
commit 2039c88063
No known key found for this signature in database
GPG key ID: A12D7C9D2FD34458
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"eslint.autoFixOnSave": true,
"omnisharp.path": "/home/felschr/.nix-profile/bin/omnisharp",
"omnisharp.path": "/etc/profiles/per-user/felschr/bin/omnisharp",
"omnisharp.useGlobalMono": "never",
"omnisharp.projectLoadTimeout": 120,
"omnisharp.enableRoslynAnalyzers": true,