Justin Chen
Justin Chen
The main feedback is around the lightbulb widget (which could indicate that at it's core, it could be a VS Code issue that should be fixed on our side) showing...
Notes from TS editor sync: - Telemetry shows a high rate of cancellation, not that many people are clicking on `lightbulb` -> `move to....` - Move to New File will...
hey all! in addition to `onCode` settings or disabling Copilot Code Actions, the widget will now use a "best case" placement and can spawn in the gutter as to not...
update @aiday-mar, looks like `triggerReason` gets passed all the way from typescript extension: https://github.com/microsoft/vscode/blob/cdf94536b9dafc36582d2ecfd246897c6feb7d72/extensions/typescript-language-features/src/languageFeatures/refactor.ts#L551 ```typescript private toTsTriggerReason(context: vscode.CodeActionContext): Proto.RefactorTriggerReason | undefined { return context.triggerKind === vscode.CodeActionTriggerKind.Invoke ? 'invoked' : 'implicit';...
cc. @andrewbranch @navya9singh @DanielRosenwasser (realized i never pinged or mentioned you guys on this 😨)
@andrewbranch @navya9singh awesome thanks guys! feel free to merge when ready (I'm not authorized here 🔢 )
ref: https://github.com/microsoft/vscode/issues/151668
I believe this is @bpasero
hey all! just wanted to shout out that in the latest insiders, there is a new implicit context solution. feel free to try it out. the tldr: - selections are...
what does clicking `configure` do? check out the `editor.codeActionsOnSave` setting and see if there are any code actions that are turned on there.