mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Merge from vscode 8a997f7321ae6612fc0e6eb3eac4f358a6233bfb
This commit is contained in:
14
src/vs/vscode.d.ts
vendored
14
src/vs/vscode.d.ts
vendored
@@ -2135,6 +2135,20 @@ declare module 'vscode' {
|
||||
*/
|
||||
isPreferred?: boolean;
|
||||
|
||||
/**
|
||||
* Marks that the code action cannot currently be applied.
|
||||
*
|
||||
* Disabled code actions will be surfaced in the refactor UI but cannot be applied.
|
||||
*/
|
||||
disabled?: {
|
||||
/**
|
||||
* Human readable description of why the code action is currently disabled.
|
||||
*
|
||||
* This is displayed in the code actions UI.
|
||||
*/
|
||||
readonly reason: string;
|
||||
};
|
||||
|
||||
/**
|
||||
* Creates a new code action.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user