-
It seems like there is no support for async methods.
I have following code snippet:
```csharp
string Lol(Record rec)
{
string a = rec.Lol;
return a;
}
Task LolAsyncWithoutAwait(Rec…
-
I'm running Vimspector in Vim. Updated it to run 1.2.0-825.
Debugging tests running through attach (VSTEST_HOST_DEBUG=1 dotnet test) on .NET 5.
Everything runs pretty much the same until a breakpoin…
-
I'm running [code-server](https://github.com/cdr/code-server) in Google Cloud Shell and since code-server cannot run the Microsoft's C# debugger, I'm running netcoredbg.
As mentioned [here](ht…
-
## Environment data
`dotnet --info` output:
```
.NET SDK (reflecting any global.json):
Version: 5.0.205
Commit: 64a0cf25eb
Runtime Environment:
OS Name: manjaro
OS Version: …
feois updated
3 years ago
-
## Environment data
`dotnet --info` output:
```
.NET SDK (reflecting any global.json):
Version: 5.0.402
Commit: e9d3381880
Runtime Environment:
OS Name: linuxmint
OS Version: …
-
Hello, I was trying to use C# with vscode on linux.
![Screenshot_20210917_115113](https://user-images.githubusercontent.com/68548170/133721335-75e35141-0659-4826-820a-1539cadb5216.png)
As you can …
feois updated
3 years ago
-
## Issue
Extension fails to resolve hostname for dependency installer `netcoredbg`, exception thrown. Upstream package has been redirected to [release](https://github.com/Samsung/netcoredbg/relea…
-
Developing on the Windows desktop against OKD 4.8 I've created sample .NET 5 app (dotnet new webapi) and being tried to deploy it to OKD using VS Code OpenShift add-in (the same is valid for the comma…
-
```
--2021-08-04 10:48:01-- https://github.com/Samsung/netcoredbg/releases/latest/download/netcoredbg-linux-bionic-amd64.tar.gz
Resolving github.com (github.com)... 140.82.121.3
Connecting to gith…
-
### Problem description
This seems to be a rehash of https://github.com/williamboman/nvim-lsp-installer/issues/350 which I believe https://github.com/williamboman/nvim-lsp-installer/pull/352/files fi…