We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c96c28 commit dc516c0Copy full SHA for dc516c0
src/server/protocol.d.ts
@@ -1,4 +1,4 @@
1
-/**
+/**
2
* Declaration module describing the TypeScript Server protocol
3
*/
4
declare namespace ts.server.protocol {
@@ -1592,16 +1592,4 @@ declare namespace ts.server.protocol {
1592
export interface NavBarResponse extends Response {
1593
body?: NavigationBarItem[];
1594
}
1595
-
1596
- export interface CodeAction {
1597
- /**
1598
- * Description of the code action to display in the UI of the editor.
1599
- */
1600
- description: string;
1601
1602
1603
- * Changes to apply to each file as part of the code action.
1604
1605
- changes: FileCodeEdits[];
1606
- }
1607
0 commit comments