r/VisualStudio 13h ago

Visual Studio 2026 GPT-5.6 models unusable in agent mode

3 Upvotes

Ends up in exception after a couple of questions. If switched to an Anthtopic model and typed "continue", agent completes the same task without problems.

So far there has not been a single task assigned to a gpt-5.6 model that it managed to complete without crash. In case a Visual Studio employee reads this: 5 minutes of manual testing are enough to reproduce this, really. I know you are only doing Vibe-coding nowadays, but please do some tests by a human before publishing.


r/VisualStudio 16h ago

Visual Studio 2022 Rename/refactor not work in Studio 2026 Cmake C++ project

1 Upvotes
  1. Why is there no flair for Studio 2026?
  2. Is "rename" in C++ just broken, it fails to rename all 3, yes THREE usages of a local declared in a function that is literally 10 lines long. std::string const headings() { std::string buff; std::string seperator = ""; for (std::string head : _writer._schema.headings()) { buff.append(seperator); buff.append(head); seperator = ","; } return buff; } It's unable to rename 'seperator' in this code, how! I spelled it wrong don't make my IDE punish me too.

r/VisualStudio 20h ago

Miscellaneous Terminal Help

1 Upvotes

I have seen videos of people's terminals without the included file directory and ending directory. How do you achieve this?