Skip to content

Commit bd8c9d7

Browse files
author
Kapil Borle
committed
Update ScriptFileMarkersRequestParams interface
1 parent f3f42e3 commit bd8c9d7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/features/DocumentFormatter.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ export namespace ScriptFileMarkersRequest {
1313
// TODO move some of the common interface to a separate file?
1414
interface ScriptFileMarkersRequestParams {
1515
filePath: string;
16-
rules: string[];
1716
settings: string;
1817
}
1918

@@ -79,7 +78,6 @@ class PSDocumentFormattingEditProvider implements vscode.DocumentFormattingEditP
7978
ScriptFileMarkersRequest.type,
8079
{
8180
filePath: document.fileName,
82-
rules: [rule],
8381
settings: this.getSettings(rule)
8482
})
8583
.then((result: ScriptFileMarkersRequestResultParams) => {

0 commit comments

Comments
 (0)