Danny Tuppeny

Results 1795 comments of Danny Tuppeny

Video seems to be listed here now: https://github.com/microsoft/vscode/blob/194193ef215abd2b1e0757dd57346e84436bead8/src/vs/base/browser/domSanitize.ts#L14

Interesting to know! I almost had success getting Ubuntu booting on a USB stick on my Chromebook this weekend (should've been easy, but my Chromebook shipped with a broken Seabios...

Some stats on number of failed activations. Not huge, but there's a chance that any of the people hitting this just abort and give up (going and finding the SDK...

My comment about the installer was more about friction in getting it installed - the number of people who will skip a third-party installer is non-zero (me, for one). But...

This may be possible, but I think the lists could be very long for some files so I don't know how the experience would be. If we were to try...

The hover code is _mostly_ shared with IntelliJ, yep. I'm not sure if showing all symbols from an import in the hover (or an inlay hint as I suggested above)...

> The bug mentioned in the issue description (which is already fixed) is a better solution than these hints imo. Do you mean this issue is no longer a problem...

Some examples of current cycles: ``` Circular reference detected at path: _privateApi.addDependencyCommand.context.context.globalState.i.b._idlePrev._idlePrev._idlePrev._idlePrev._idlePrev._idlePrev._idlePrev._idlePrev._idlePrev._idleNext._idlePrev Circular reference detected at path: _privateApi.addDependencyCommand.context.context.globalState.i.b._idlePrev._idlePrev._idlePrev._idlePrev._idlePrev._idlePrev._idlePrev_idlePrev.workspaceState.subscriptions.3.logger.daemon.logger.process.stdio.0.analytics.workspaceContext.workspaceContext.extContext.subscriptions.0.4.5.6 ``` Ensuring there are none of these may be easier when we...

True, we but only fire if the specific values above have changed - so even if someone was typing a new SDK path very slowly and it was auto-saving constantly,...

From the limited stats I have (opted-in pre-release users from over the weekend), the configuration changing is always `flutterSdkPath` and `sdkPath`. This made me wonder if there are other extensions...