You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using D in vscode with code-d extension, now I have an assoc array that I'm trying to initialize where the values are a struct.
Using named arguments in the struct shows so many errors in vscode, (and formatting also seems to be confused) while dmd compiles the code just fine, this is a screenshot.
Hi,
I've been using D in vscode with code-d extension, now I have an assoc array that I'm trying to initialize where the values are a struct.
Using named arguments in the struct shows so many errors in vscode, (and formatting also seems to be confused) while dmd compiles the code just fine, this is a screenshot.
and full code snippet
Compiling this with dmd just works
The text was updated successfully, but these errors were encountered: