mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-15 16:34:50 +01:00
cf27b0ed05
If a code action provider takes too long to compute a code action during save, we skip that code action. However we do not cancel the request itself With this change, we now cancel `getCodeActions` when the request times out