Skip to content

Conversation

@aiday-mar
Copy link
Contributor

Extracting line tokens and font tokens into the token handler

@aiday-mar aiday-mar requested a review from hediet November 24, 2025 14:42
@aiday-mar aiday-mar marked this pull request as ready for review November 24, 2025 14:42
@aiday-mar aiday-mar enabled auto-merge November 24, 2025 14:43
@vs-code-engineering vs-code-engineering bot added this to the November 2025 milestone Nov 24, 2025
}

export interface ITokenHandler {
handle(scopes: AttributedScopeStack | null, endIndex: number): void;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ITokenHandler should only have handle!
Use the concerete implementation type for where you need the other methods.

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

Successfully merging this pull request may close these issues.

4 participants