Peter Dräxler
Peter Dräxler
Would you guys, perhaps, like to label this as a bug? Shouldn’t be hard to get done.
Hi @mannyluvstacos, line 22 on your screenshot says that branch `master` is being used locally right now. I think we need to change it to `main` for your changes to...
I'm excited for this :)
When will this get released? :)
> @olgavrou: probably first couple weeks of September Hi, is there any update on the expected release date?
Now that `isLoading` is not triggering Suspense, maybe we don't need non-Suspense queries at all. Especially when they have so many drawbacks and gotchas. Let's just remove the `suspense` config...
@davidwengier Thanks for looking into this. Here is the Razor Log from my project, where IntelliSense works fine in Visual Studio, but not in VS Code (Preview). [razor-logs-from-my-project.txt](https://github.com/dotnet/vscode-csharp/files/12641110/razor-logs.txt) - standard...
@blackshot To set verbosity, open File -> Preferences -> Settings and search for `razor.trace`
@davidwengier Oh, I tried to make the logs cleaner (by restarting VS Code, and sending only the beginning) and it looks like the important parts got left out. I'll describe...