File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -3530,10 +3530,6 @@ namespace FourSlashInterface {
3530
3530
public setOption ( name : keyof ts . FormatCodeSettings , value : any ) : void {
3531
3531
this . state . formatCodeSettings [ name ] = value ;
3532
3532
}
3533
-
3534
- public getOption ( name : keyof ts . FormatCodeSettings ) {
3535
- return this . state . formatCodeSettings [ name ] ;
3536
- }
3537
3533
}
3538
3534
3539
3535
export class Cancellation {
Original file line number Diff line number Diff line change @@ -294,10 +294,7 @@ declare namespace FourSlashInterface {
294
294
setFormatOptions ( options : FormatCodeOptions ) : any ;
295
295
selection ( startMarker : string , endMarker : string ) : void ;
296
296
onType ( posMarker : string , key : string ) : void ;
297
- setOption ( name : string , value : number ) : void ;
298
- setOption ( name : string , value : string ) : void ;
299
- setOption ( name : string , value : boolean ) : void ;
300
- getOption ( name : string ) : number | string | boolean ;
297
+ setOption ( name : string , value : number | string | boolean ) : void ;
301
298
}
302
299
class cancellation {
303
300
resetCancelled ( ) : void ;
You can’t perform that action at this time.
0 commit comments