-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Closed
Labels
apigood first issueIssues identified as good for first-time contributorsIssues identified as good for first-time contributorshelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunities
Description
In vscode.d.ts, the Position comparison functions isBefore, isBeforeOrEqual, isAfter, and isAfterOrEqual have misleading descriptions. For example, isBefore says "Check if other is before this position." I think it would be more clear to say something like "Check if this position is before other", as that is when true is returned. Likewise for the other three.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
apigood first issueIssues identified as good for first-time contributorsIssues identified as good for first-time contributorshelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunities