Use the code deltas from TS only, and use the right kind name to trigger the popover

pull/2748/head
Orta Therox 5 years ago
parent e86c4f00bf
commit c6ad8230be

@ -691,12 +691,7 @@ export class CodeActionAdaptor extends FormatHelper implements monaco.languages.
title: codeFix.description,
edit: { edits: edits },
diagnostics: context.markers,
command: {
id: codeFix.fixName,
title: codeFix.description,
tooltip: codeFix.description
},
kind: codeFix.fixName
kind: "quickfix"
};
return action;

Loading…
Cancel
Save