Danny Tuppeny

Results 1798 comments of Danny Tuppeny

@Number-3434 that probably depends on how we found them. If we got them via the AST, we should already have a route to that info. If we discover them by...

We can't handle Ctrl+Click in that way. When you Ctrl+Click VS Code just asks us for the source location of the item at the offset that was clicked (or depending...

@ToniTornado as far as I know, VS Code only makes hyperlinks in the actual file contents clickable in that way. We can add decorations (fake text, like the closing labels)...

> is there a reason why you decided not to proceed with Code Actions? > ... > Edit: I remembered now that it required an additional command to open a...

In the next release (and the pre-release version just pushed today - v3.63.20240419), you can choose to have tests executed using their line numbers rather than their names. This fixes...

@pattobrien this isn't currently possible and I don't know if it's planned, but if you have some concrete use cases in mind, that might be useful information if this is...

Please see my comment above, this appears to be a VS Code issue. Clicking Edit -> Copy should still work, it's only the keybinding that doesn't.

> Can we please fix this, it will be very helpful if we fix this. Please see my previous response to your earlier comment.

I'm seeing odd intermittent behaviour. I just opened the Logging window, highlighted some JSON content from an event and hit Ctrl+C and it worked (I pasted here into GitHub and...

If you're affected by this, please add 👍 's to https://github.com/microsoft/vscode/issues/129178. There's probably not much we can do until that's fixed (or at least, a response is provided).