dennisfaucher, to microsoft
amoscardino, to dotnet
sos, to random
@sos@mastodon.gamedev.place avatar

Me: Alright, let me try C++
C++: How about fuck you

sos,
@sos@mastodon.gamedev.place avatar

Ok at this point I believe Visual Studio is just fucking with me.

poppastring, to VisualStudio
@poppastring@dotnet.social avatar

Copilot can provide you with help when you are debugging your code. For example, when an exception is thrown Copilot will form a good questions based on the right parts of the data Visual Studio has when your exception was thrown.

https://aka.ms/VSCInlineAndDebug

video/mp4

poppastring, to VisualStudio
@poppastring@dotnet.social avatar

Simplified Code Refinement and Debugging with GitHub Copilot Chat :visualstudio::github:

https://devblogs.microsoft.com/visualstudio/simplified-code-refinement-and-debugging-with-github-copilot-chat/

poppastring, to VisualStudio
@poppastring@dotnet.social avatar

There are a ton of new C++ updates for the Unreal game engine in
Watch the upcoming live episode to check them out and get your questions answered! :visualstudio:

https://www.youtube.com/live/GGz5BGPUgZw?feature=share

poppastring, to VisualStudio
@poppastring@dotnet.social avatar

Multi-Branch Graph Available for General Audiences :visualstudio: :git: :github:

https://devblogs.microsoft.com/visualstudio/multi-branch-graph-available-for-general-audiences/

hbons, to vscode
@hbons@mastodon.social avatar

we're adding icons and colours for your custom profiles. 🐿️

experimenting with some UI ideas. would love to hear what your favourite custom icon would be for your use cases. :)

you can play around with a prototype here: https://www.figma.com/proto/UUds5Y8NbX1C6Uce3maIwk/Public-ShareOut-%E2%80%93-Custom-Profiles-Icons%2FColors?page-id=1103%3A121377&type=design&node-id=1161-7037&viewport=180%2C333%2C0.25&t=4KUdfCqTpgUlUtNP-1&scaling=min-zoom&starting-point-node-id=1161%3A7037&mode=design

alvinashcraft, to ai
@alvinashcraft@hachyderm.io avatar

Dew Drop – August 15, 2023 ()

Today’s top links:

  • 7 things about C#: Operators
  • How to use Microsoft Fabric with Semantic Kernel
  • Supporting custom protocols in WebView2
  • Damian Brady: GitHub Copilot - Azure DevOps Podcast Episode 258
  • Visual Studio 2022 - v17.7 performance enhancements

https://www.alvinashcraft.com/2023/08/15/dew-drop-august-15-2023-4004/

itnewsbot, to microsoft
@itnewsbot@schleuss.online avatar

Visual Studio 2022 updates spotlight productivity - Microsoft has unveiled Visual Studio 2022 17.8 Preview 1, which introduces a number of... - https://www.infoworld.com/article/3704529/visual-studio-2022-updates-spotlight-productivity.html#tk.rss_all .net

98codes, to VisualStudio

as Connected Service for is now Generally Available -- get a custom connector created for your API, connect it to your live debug session with a dev tunnel, hit breakpoints, test your API without ever having to leave the IDE!

Check it out:
https://devblogs.microsoft.com/powerplatform/power-platform-as-connected-service-for-visual-studio-is-generally-available/

kevinbrill, to VisualStudio
@kevinbrill@gamepad.club avatar

The forward looking tech part of my brain is working hard to convince me that I can in fact use just fine for writing C#. But old man me who has been using since VS97 is trying to tempt me into old habits—“it just feels better in here right?”.

BenjaminHCCarr, to microsoft
@BenjaminHCCarr@hachyderm.io avatar

Code flaw lets extensions steal
contains a flaw that allows malicious extensions to retrieve authentication tokens stored in , , and credential managers for various third-party services and , such as , , and other coding platforms. Microsoft's engineers didn't see this as a concern and decided to maintain the existing design of VS Code's secret storage management framework.
https://www.bleepingcomputer.com/news/security/microsoft-visual-studio-code-flaw-lets-extensions-steal-passwords/

hbons, (edited ) to github
@hbons@mastodon.social avatar

happy how this one turned out. 🙂

worked together with developer Alex Ross to make it much easier to create pull requests in .

✨ Streamlined design
✨ Autofills the Base and Merge branches
✨ Set assignees/reviewers/labels/milestones
✨ Quick Picks show avatars and label colours
✨ Options menu in Create button
✨ Commits view

try it out now in v0.70!

https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github

hbons,
@hbons@mastodon.social avatar

someone left this random comment on GitHub and it made my already bad week. ❤️

don't forgot to show appreciation for you favourite project, it can lift someone up!

alvinashcraft, to webdev
@alvinashcraft@hachyderm.io avatar
poppastring, to VisualStudio
@poppastring@dotnet.social avatar

Rock Your Debugging Game: Parallel Stack Window Tips You Need to Know! :visualstudio:

  • Launch Parallel Stacks from Call Stacks
  • More frame filtering options
  • Toggle “Show External Code”
  • Parallel Stacks Search
  • Copy/paste call stacks
  • Deadlock detection

https://devblogs.microsoft.com/visualstudio/rock-your-debugging-game-parallel-stack-window-tips-you-need-to-know/

alvinashcraft, to dotnet
@alvinashcraft@hachyderm.io avatar

Dew Drop – July 21, 2023 ()

Top links today:

  • Windows Dev Home Preview 0.3 release
  • Moving AI governance forward
  • Shrinking VS Code with name mangling
  • .NET Rocks! - Multi-Modal Data Stores with Ted Neward
  • Help users resume your app seamlessly after a Windows update
  • Too many VS tabs open? No problem!

https://www.alvinashcraft.com/2023/07/21/dew-drop-july-21-2023-3988/

hbons, to vscode
@hbons@mastodon.social avatar

we've streamlined the GitHub Pull Request form to make it much easier to use.

it's more obvious what's being merged into what, and we have logic in place to preset the right branches in most cases based on your current work.

also you can now add assignees/reviewers/milestone from here.

now available in VS Code Insiders when you put this in your settings.json:

"githubPullRequests.experimental.createView": true

hbons,
@hbons@mastodon.social avatar

for reference here's the previous design. feedback welcome!

adamwulf, to random
@adamwulf@mstdn.social avatar

I'm a big fan of Xcode Cloud - I like having a CI option integrated into Xcode and TestFlight, fairly straightfoward extension points with scripts. Room for improvement: the appstoreconnect site is slow and doesn't update in realtime as the build is running, and neither does Xcode.

overall its a win, but more consistent/realtime updates would sure be nice.

kkarhan,
@kkarhan@mstdn.social avatar

@adamwulf really is the best that isn't as it foeces others like to up their game!

poppastring, to VisualStudio
@poppastring@dotnet.social avatar

Get the most from Visual Studio with Microsoft Dev Box–now generally available :visualstudio:

https://devblogs.microsoft.com/visualstudio/get-the-most-from-visual-studio-with-microsoft-dev-box-now-generally-available/

itnewsbot, to microsoft
@itnewsbot@schleuss.online avatar

Microsoft improves F# language hints in Visual Studio - Microsoft has improved type and parameter name hints for the F# language in its Visual... - https://www.infoworld.com/article/3701909/microsoft-improves-f-sharp-language-hints-in-visual-studio.html#tk.rss_all .net

stux, to random
@stux@mstdn.social avatar

I'm trying to compile an app in Xcode but like always, that's no easy task :bloblaugh:

I've never met an IDE that can throw so many errors :apple_inc:

Let's just call it aggressively debugging

kkarhan,
@kkarhan@mstdn.social avatar

@stux If you think that's bad, check out

alvinashcraft, to dotnet
@alvinashcraft@hachyderm.io avatar

Dew Drop – June 30, 2023 ()

Top links today:

  • Creating a VS Code editor extension
  • GitLab for Visual Studio, including code suggestions, available in beta
  • Jason Bock explains what’s new in .NET 7 APIs
  • Web Rush episode 240: There’s something .NET MAUI with Jesse Liberty
  • Embedding vector caching on Android (Surface Duo blog)

https://www.alvinashcraft.com/2023/06/30/dew-drop-june-30-2023-3975/

poppastring, to VisualStudio
@poppastring@dotnet.social avatar

17.6 comes with new functionality in the Address Sanitizer runtime which provides a new “checked build” for C and C++. This new runtime mode diagnoses and reports hidden memory safety errors, with zero false positives, as your app runs. :visualstudio: :cpp: :c_language:

https://devblogs.microsoft.com/cppblog/addresssanitizer-continue_on_error/

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • thenastyranch
  • rosin
  • GTA5RPClips
  • osvaldo12
  • love
  • Youngstown
  • slotface
  • khanakhh
  • everett
  • kavyap
  • mdbf
  • DreamBathrooms
  • ngwrru68w68
  • provamag3
  • magazineikmin
  • InstantRegret
  • normalnudes
  • tacticalgear
  • cubers
  • ethstaker
  • modclub
  • cisconetworking
  • Durango
  • anitta
  • Leos
  • tester
  • JUstTest
  • All magazines