jimbobmcgee

Results 25 comments of jimbobmcgee

I posited the idea of a dedicated button for sending specific signals over at https://github.com/microsoft/vscode/issues/110203, so there might be a standardised distinction between *stopping debugging* and *sending SIGINT/SIGTERM*, but I...

@aronchick -- this is kind of what I was trying to gain traction for with https://github.com/microsoft/vscode/issues/110203, but I was thinker wider than just *nix+SIGINT. The debug bar *should* offer a...

Might be duplicate of #1538

This may only matter in relation to documentation, but in your examples you include the statements: Foo( Optional arg4 As Integer ) ' --> Foo( Optional arg4 As Integer =...

@AdamSpeight2008 I agree that `Nothing` is equivalent to `default(T)`, but I've seen many people forget it in the wild. To that end (and only that end), I was pointing out...

There are two things I can think of which *might* inform some of this, but I yet haven't fully explored... 1. There is a `/s` modifer for `cmd /c` and...

Same here. From what I can gather, that line should read: ```` self.podcasttitle = feed.podcast.feed.title ```` ...at least, it seems to work for my podcasts.

> In theory, they should be dumb like miniatures and unable to perform any actions. There should be an Zoom slider in some versions of Outlook to make preview images...

@SchnWalter - if that is something you are still interested in/willing to implement, I could certainly see a use for it. I don't particularly like that, when _temp trusting_ something,...

@SteveL-MSFT... > ```powershell > cd c:\progra~1 > ``` > > works with 7.4. `$env:TEMP` (on my Windows system) no longer returns a 8.3 name. Although I agree that length check...