@jeremywei But then you have to additionally open a browser to read it which requires an additional step if you write code remotely. Doing so each time is quite annoying. Cursor will just open it up for you.
Reading plans from claude code in terminal is super not fun. I don't get how y'all are using it in terminal all the time vs something like Cursor that generates a nice readable markdown file.
@mariorod1 Well, I wasn’t able to get it working even with referencing my PR, last commit hash or the URL of the branch in the GitHub issue where I initiate the coding agent; it does try its best but always branches from the main branch. Any tips on writing better issue descriptions?
@iiboo Thanks for the feedback Halil. We can do stack PRs today, meaning you can ask the coding agent to give you a PR on top of your feature branch. We have in our plans to make this better and also to make it so it ca commit to your branch in a secured way. Keep the feedback coming.
Listen up, devs. Our Coding Agent is now rolled out across Copilot Pro and Copilot Business plans! 🚀
Here's the deal: You delegate an issue. Copilot then goes to work- it understands your code, respects your rules, and runs tests in the background. It even opens the PR. You just review. Done. That easy.
Let Copilot handle the grunt work so you can focus on the fun stuff. Go get it.
github.blog/changelog/2025…
@mkristensen If debugger can serialize an entire C# object to JSON it would help a lot to capture the object state in JSON representation; use case is inspecting an object’s state on the hover menu to grab it, maybe modify it a little on the fly.
@mkristensen If a build failed at (T) and succeeded at (T+1)
I wouldn’t really care whether it’s being logged. If anything, it would convolute the output window.
In the past decade using VS extensively, I can’t recall any particular case where I actually needed such event log.
Would it be of value to you if Visual Studio had an Event Log pane in the Output Window that showed a timeline of all the events that happen in the IDE, such as "Build failed", "Package restore succeeded", etc.?
is there a reason to go from Azure Dev Ops deployment variables to Azure App Config if the destination for those is Helm chart variables?
the app itself will not connect directly to app config
@jbogard There is a variable named ‘ture’ defined outside of the if block, being assigned to headphones inside the if block. Don’t see any problem except syntax highlighting being a bit weird.
@hackSultan We use it in production for the past 5 years. (Basically from the beginning of Angular 2)
We are on Angular 8 now. Personally I like the fact that it enforces standards and therefore there are less 3rd party libraries you gotta introduce in the codebase.