Skip to content

Commit

Permalink
Fixes monaco.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
hediet committed Mar 4, 2024
1 parent 516cb6a commit 88f3f2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/vs/editor/common/standalone/standaloneEnums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -950,4 +950,4 @@ export enum WrappingIndent {
* DeepIndent => wrapped lines get +2 indentation toward the parent.
*/
DeepIndent = 3
}
}
1 change: 0 additions & 1 deletion src/vs/monaco.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6961,7 +6961,6 @@ declare namespace monaco.languages {
*/
export interface PartialAcceptInfo {
kind: PartialAcceptTriggerKind;
acceptedLength: number;
}

/**
Expand Down

0 comments on commit 88f3f2e

Please sign in to comment.