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

Fix token range end error #4

Merged
merged 1 commit into from
Aug 11, 2024
Merged

Fix token range end error #4

merged 1 commit into from
Aug 11, 2024

Conversation

aazuspan
Copy link
Owner

Closes #3 by extending the end of the token range by 1 character, since a range end is exclusive. Tests were updated to use the new, correct ranges, which I verified by manually testing all relevant features in VS Code.

@aazuspan aazuspan self-assigned this Aug 11, 2024
@aazuspan aazuspan added the bug Something isn't working label Aug 11, 2024
@aazuspan aazuspan merged commit dcf953f into main Aug 11, 2024
5 checks passed
@aazuspan aazuspan deleted the fix-end-character-index branch August 11, 2024 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Token ranges are short 1 character
1 participant