Searched refs:FormatOnKeyRequest (Results 1 – 6 of 6) sorted by relevance
2160 export interface FormatOnKeyRequest extends FileLocationRequest { interface
3093 [CommandNames.Formatonkey]: (request: protocol.FormatOnKeyRequest) => {3099 [CommandNames.FormatonkeyFull]: (request: protocol.FormatOnKeyRequest) => {
1604 interface FormatOnKeyRequest extends FileLocationRequest { interface
9109 interface FormatOnKeyRequest extends FileLocationRequest {
278 … const request = this.processRequest<protocol.FormatOnKeyRequest>(CommandNames.Formatonkey, args);