пʼятниця, 29 вересня 2017 р.

update :: VSCode 1.16.1 and C# (OmniSharp) 1.12.1


Visual Studio Code 1.16.1
C# plugin (powered by OmniSharp) 1.12.1

works normally with both - Droid and PCL projects.

needs only one link (similar to the previous version):

To fix the next issue:
~/.vscode/extensions/ms-vscode.csharp-1.12.1/.omnisharp/xbuild/Microsoft/Portable/v4.5/Microsoft.Portable.CSharp.targets was not found.

cd ~/.vscode/extensions/ms-vscode.csharp-1.12.1/.omnisharp

ln -s /usr/lib/mono/xbuild

But it can't see the netstandard dlls.
Monodevelop 5.10 can.

P.S. My settings:

{
"editor.minimap.enabled": false,
"editor.fontSize": 15,
"workbench.colorTheme": "Default Light+",
"editor.codeLens": false,
"omnisharp.loggingLevel": "information",
"extensions.autoUpdate": false,
"update.channel": "none",
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"editor.renderWhitespace": "all"
}

Немає коментарів:

Дописати коментар