Question: The “Multilingual App Toolkit” is not available in the Extension Manager for Visual Studio 2022 (yet). How can I build a project/solution that depends on this extension with VS2022? Without this support, I can’t upgrade to .NET6.0 either, because ...

Question: I have a VS extensions command based on the default template. It has CommandFlag’s TextChanges and TogglePatternAvailable. Depending on a config setting its initial state should be checked, however, this does not appear to be possible. This is what ...

Question: PlatformIO was working fine. All of a sudden it started showing Internal Server Error when clicking PIO Home–>Open Other features like: Update All Core CLI works. Answer: Entering pio home command in the PlatformIO Core CLI revealed the problem. ...

Question: I’m attempting to install DotVVM in Visual Studio 2019. Right now I can find it when I ‘manage extensions’ and it downloads and installs without error. However when I restart Visual Studio post installation I get an error stating ...

Question: Is there an event available to extensions that fires when the current branch changes? I need to retrieve data from GitHub any time this happens. Answer: Solved: I set up a FileSystemWatcher on %projectroot%.git\HEAD that handles the Created event, ...