We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 506cd50 + 5a46bac commit b833970Copy full SHA for b833970
src/vs/workbench/contrib/interactiveEditor/browser/interactiveEditorStrategies.ts
@@ -230,7 +230,7 @@ export class LiveStrategy extends EditModeStrategy {
230
this._diffToggleListener = modKeys.event(() => {
231
const isAlt = modKeys.keyStatus.altKey && (!modKeys.keyStatus.ctrlKey && !modKeys.keyStatus.metaKey && !modKeys.keyStatus.shiftKey);
232
if (lastIsAlt !== isAlt) {
233
- this.toggleDiff();
+ // this.toggleDiff();
234
lastIsAlt = isAlt;
235
}
236
});
0 commit comments