@@ -364,7 +364,7 @@ declare namespace monaco {
364364 * Placed last to cover the length of the enum.
365365 * Please do not depend on this value!
366366 */
367- MAX_VALUE = 112 ,
367+ MAX_VALUE = 112
368368 }
369369
370370 export class KeyMod {
@@ -761,7 +761,7 @@ declare namespace monaco {
761761 /**
762762 * The selection starts below where it ends.
763763 */
764- RTL = 1 ,
764+ RTL = 1
765765 }
766766
767767 export class Token {
@@ -1136,7 +1136,7 @@ declare namespace monaco.editor {
11361136 export enum ScrollbarVisibility {
11371137 Auto = 1 ,
11381138 Hidden = 2 ,
1139- Visible = 3 ,
1139+ Visible = 3
11401140 }
11411141
11421142 export interface ThemeColor {
@@ -1150,7 +1150,7 @@ declare namespace monaco.editor {
11501150 Left = 1 ,
11511151 Center = 2 ,
11521152 Right = 4 ,
1153- Full = 7 ,
1153+ Full = 7
11541154 }
11551155
11561156 /**
@@ -1313,7 +1313,7 @@ declare namespace monaco.editor {
13131313 /**
13141314 * Use carriage return and line feed (\r\n) as the end of line character.
13151315 */
1316- CRLF = 2 ,
1316+ CRLF = 2
13171317 }
13181318
13191319 /**
@@ -1327,7 +1327,7 @@ declare namespace monaco.editor {
13271327 /**
13281328 * Use carriage return and line feed (\r\n) as the end of line character.
13291329 */
1330- CRLF = 2 ,
1330+ CRLF = 2
13311331 }
13321332
13331333 /**
@@ -1341,7 +1341,7 @@ declare namespace monaco.editor {
13411341 /**
13421342 * Use carriage return and line feed (\r\n) as the end of line character.
13431343 */
1344- CRLF = 1 ,
1344+ CRLF = 1
13451345 }
13461346
13471347 /**
@@ -1435,7 +1435,7 @@ declare namespace monaco.editor {
14351435 AlwaysGrowsWhenTypingAtEdges = 0 ,
14361436 NeverGrowsWhenTypingAtEdges = 1 ,
14371437 GrowsOnlyWhenTypingBefore = 2 ,
1438- GrowsOnlyWhenTypingAfter = 3 ,
1438+ GrowsOnlyWhenTypingAfter = 3
14391439 }
14401440
14411441 /**
@@ -1991,7 +1991,7 @@ declare namespace monaco.editor {
19911991
19921992 export const enum ScrollType {
19931993 Smooth = 0 ,
1994- Immediate = 1 ,
1994+ Immediate = 1
19951995 }
19961996
19971997 /**
@@ -2321,7 +2321,7 @@ declare namespace monaco.editor {
23212321 /**
23222322 * There was a Redo.
23232323 */
2324- Redo = 6 ,
2324+ Redo = 6
23252325 }
23262326
23272327 /**
@@ -2961,7 +2961,7 @@ declare namespace monaco.editor {
29612961 Small = 1 ,
29622962 Large = 2 ,
29632963 SmallBlocks = 3 ,
2964- LargeBlocks = 4 ,
2964+ LargeBlocks = 4
29652965 }
29662966
29672967 /**
@@ -2983,7 +2983,7 @@ declare namespace monaco.editor {
29832983 /**
29842984 * DeepIndent => wrapped lines get +2 indentation toward the parent.
29852985 */
2986- DeepIndent = 3 ,
2986+ DeepIndent = 3
29872987 }
29882988
29892989 /**
@@ -3013,7 +3013,7 @@ declare namespace monaco.editor {
30133013 /**
30143014 * No-Blinking
30153015 */
3016- Solid = 5 ,
3016+ Solid = 5
30173017 }
30183018
30193019 /**
@@ -3043,7 +3043,7 @@ declare namespace monaco.editor {
30433043 /**
30443044 * As a thin horizontal line (sitting under a character).
30453045 */
3046- UnderlineThin = 6 ,
3046+ UnderlineThin = 6
30473047 }
30483048
30493049 export interface InternalEditorScrollbarOptions {
@@ -3091,7 +3091,7 @@ declare namespace monaco.editor {
30913091 On = 1 ,
30923092 Relative = 2 ,
30933093 Interval = 3 ,
3094- Custom = 4 ,
3094+ Custom = 4
30953095 }
30963096
30973097 export interface InternalEditorViewOptions {
@@ -3420,7 +3420,7 @@ declare namespace monaco.editor {
34203420 /**
34213421 * Place the content widget below a position
34223422 */
3423- BELOW = 2 ,
3423+ BELOW = 2
34243424 }
34253425
34263426 /**
@@ -3477,7 +3477,7 @@ declare namespace monaco.editor {
34773477 /**
34783478 * Position the overlay widget in the top center
34793479 */
3480- TOP_CENTER = 2 ,
3480+ TOP_CENTER = 2
34813481 }
34823482
34833483 /**
@@ -3568,7 +3568,7 @@ declare namespace monaco.editor {
35683568 /**
35693569 * Mouse is outside of the editor.
35703570 */
3571- OUTSIDE_EDITOR = 13 ,
3571+ OUTSIDE_EDITOR = 13
35723572 }
35733573
35743574 /**
@@ -4207,7 +4207,7 @@ declare namespace monaco.languages {
42074207 Color = 15 ,
42084208 File = 16 ,
42094209 Reference = 17 ,
4210- Folder = 18 ,
4210+ Folder = 18
42114211 }
42124212
42134213 /**
@@ -4557,7 +4557,7 @@ declare namespace monaco.languages {
45574557 /**
45584558 * Insert new line and outdent once (relative to the previous line's indentation).
45594559 */
4560- Outdent = 3 ,
4560+ Outdent = 3
45614561 }
45624562
45634563 /**
@@ -4628,7 +4628,7 @@ declare namespace monaco.languages {
46284628 export enum SuggestTriggerKind {
46294629 Invoke = 0 ,
46304630 TriggerCharacter = 1 ,
4631- TriggerForIncompleteCompletions = 2 ,
4631+ TriggerForIncompleteCompletions = 2
46324632 }
46334633
46344634 export interface CodeAction {
@@ -4725,7 +4725,7 @@ declare namespace monaco.languages {
47254725 /**
47264726 * Write-access of a symbol, like writing to a variable.
47274727 */
4728- Write = 2 ,
4728+ Write = 2
47294729 }
47304730
47314731 /**
@@ -4863,7 +4863,7 @@ declare namespace monaco.languages {
48634863 Struct = 22 ,
48644864 Event = 23 ,
48654865 Operator = 24 ,
4866- TypeParameter = 25 ,
4866+ TypeParameter = 25
48674867 }
48684868
48694869 /**
0 commit comments