rescript-vscode icon indicating copy to clipboard operation
rescript-vscode copied to clipboard

exthost warning: Code actions of kind 'quickfix 'requested but returned code action is of kind 'refactor.rewrite'.

Open Minnozz opened this issue 3 years ago • 0 comments

In the Output > Log (Extension Host) panel of VSCode:

[2022-07-31 14:38:18.978] [exthost] [warning] chenglou92.rescript-vscode - Code actions of kind 'quickfix 'requested but returned code action is of kind 'refactor.rewrite'. Code action will be dropped. Please check 'CodeActionContext.only' to only return requested code actions.
[2022-07-31 14:38:20.184] [exthost] [warning] chenglou92.rescript-vscode - Code actions of kind 'quickfix 'requested but returned code action is of kind 'refactor.rewrite'. Code action will be dropped. Please check 'CodeActionContext.only' to only return requested code actions.
[2022-07-31 14:38:20.211] [exthost] [warning] chenglou92.rescript-vscode - Code actions of kind 'quickfix 'requested but returned code action is of kind 'refactor.rewrite'. Code action will be dropped. Please check 'CodeActionContext.only' to only return requested code actions.

In latest master (https://github.com/rescript-lang/rescript-vscode/commit/b6efb50d39768938b10dbf88f2e3c7beac9c7444) with autoRunCodeAnalysis, inlayHints and codeLens enabled.

Minnozz avatar Jul 31 '22 12:07 Minnozz