David Wengier
David Wengier
We currently only allow specific code fixes, so its not surprising that they don't show up. The diagnostic probably should, but is probably not running on the generated file because...
Thanks for the simple repro!
On second thought, this isn't None globbing at all. The issue here is that the user is renaming something that has an ItemType of None and CPS is trying to...
Yeah, agreed, the new item dialog would be a great place to fix this too if possible.
> Closing as this isn't a problem with our infrastructure given that there is a mismatch between the dll and its pdb @ulisesh does arcade not control the build scripts...
Thanks for the detailed info @hoyosjs, in particular "you call build twice" helped me work out where to look :)
Moved to the Razor repo
We have a Razor grammer over here, which I would assume is the one we would keep updated going forward: https://github.com/dotnet/razor-tooling/blob/main/src/Razor/src/Microsoft.AspNetCore.Razor.VSCode.Extension/syntaxes/aspnetcorerazor.tmLanguage.json Though @allisonchou knows more about this than me I...
Looks like this got done: https://github.com/microsoft/vscode/pull/163898 @JoeRobich can you close this :)
Doesn't ring a bell to me. @allisonchou have you seen this? I guess we need to check if we're sending back invalid markup, or if its a VS Code display...