netcoredbg
netcoredbg copied to clipboard
"NetCoreDbg.Evaluation+SyntaxKindNotImplementedException: NameColon not implemented!"
In reference to adding someVar.EnumerateDirectories(searchPattern: "*[0-9]*")
to vscode's Watch
or Debug Console
.
Yes, yes, I know "Who uses nameColon:
s?". Welp, you found someone, me.
The workaround is easy by just removing the searchPattern:
part.
Currently we do not have plans to add this, but we are open for contributions from community.