Skip to content

Commit

Permalink
Export some vscode interfaces (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Jul 21, 2022
1 parent 4547f88 commit e29bc35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export * from './parser/Statement';
export * from './BsConfig';
export * from './deferred';
// convenience re-export from vscode
export { Range, Position, CancellationToken, CancellationTokenSource, DiagnosticSeverity, DiagnosticTag } from 'vscode-languageserver';
export { Range, Position, CancellationToken, CancellationTokenSource, DiagnosticSeverity, DiagnosticTag, SemanticTokenTypes, CodeAction } from 'vscode-languageserver';
export * from './astUtils/visitors';
export * from './astUtils/stackedVisitor';
export * from './astUtils/reflection';
Expand Down

0 comments on commit e29bc35

Please sign in to comment.