mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 14:31:31 +01:00
@@ -7,10 +7,8 @@ declare module 'vscode' {
|
||||
|
||||
export interface CodeAction {
|
||||
/**
|
||||
*
|
||||
* The range to which this Code Action applies to, which will be highlighted.
|
||||
*
|
||||
* Ex: A refactoring action will highlight the range of text that will be affected.
|
||||
* The ranges to which this Code Action applies to, which will be highlighted.
|
||||
* For example: A refactoring action will highlight the range of text that will be affected.
|
||||
*/
|
||||
ranges?: Range[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user