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.
1 parent c32bb29 commit f65dc9fCopy full SHA for f65dc9f
ui/src/components/MyMonaco.js
@@ -320,10 +320,6 @@ async function updateGitGutter(editor) {
320
// console.log("diffs:", diffs);
321
let decorations = [];
322
for (const diff of diffs) {
323
- diff.originalStartLineNumber;
324
- diff.originalEndLineNumber;
325
- diff.modifiedStartLineNumber;
326
- diff.modifiedEndLineNumber;
327
// newly added lines
328
if (diff.originalStartLineNumber > diff.originalEndLineNumber) {
329
// newly added
0 commit comments