Skip to content

Commit

Permalink
chore(language-service): fix SourceMapWithDocuments virtualCode typo (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
machty committed Jun 17, 2024
1 parent c4c17a0 commit 4bec39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/language-service/lib/documents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export class SourceMapWithDocuments {
public sourceDocument: TextDocument,
public embeddedDocument: TextDocument,
public map: SourceMap<CodeInformation>,
public virtuaoCode?: VirtualCode,
public virtualCode?: VirtualCode,
) { }

// Range APIs
Expand Down

0 comments on commit 4bec39c

Please sign in to comment.