mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Merge from vscode 6268feb42ba4f2e2fa15484e88c9af60d254998c (#6530)
This commit is contained in:
7
src/vs/vscode.d.ts
vendored
7
src/vs/vscode.d.ts
vendored
@@ -4283,6 +4283,13 @@ declare module 'vscode' {
|
||||
* instead of fading it out.
|
||||
*/
|
||||
Unnecessary = 1,
|
||||
|
||||
/**
|
||||
* Deprecated or obsolete code.
|
||||
*
|
||||
* Diagnostics with this tag are rendered with a strike through.
|
||||
*/
|
||||
Deprecated = 2,
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user