Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] No alternate for getDiffLineInformationForOriginal or getDiffLineInformationForModified in diff editor #4418

Open
2 tasks done
parasharjoshi opened this issue Mar 12, 2024 · 0 comments

Comments

@parasharjoshi
Copy link

Reproducible in vscode.dev or in VS Code Desktop?

  • Not reproducible in vscode.dev or VS Code Desktop

Reproducible in the monaco editor playground?

Monaco Editor Playground Link

No response

Monaco Editor Playground Code

No response

Reproduction Steps

Create any diff editor with monaco version 0.40.0 or later.

Actual (Problematic) Behavior

With the version [0.40.0] the methods getDiffLineInformationForOriginal & getDiffLineInformationForModified are removed from IDiffEditor as per the change log.

But there are no alternates to those methods yet.
These methods were used to find the line positions between versions and tracked.

Is something planned to replace them or are there other ways to get the information?

Expected Behavior

No response

Additional Context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant