mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-09 09:42:34 -05:00
Merge VS Code 1.23.1 (#1520)
This commit is contained in:
@@ -199,9 +199,13 @@ export interface ICursorState {
|
||||
* A (serializable) state of the view.
|
||||
*/
|
||||
export interface IViewState {
|
||||
scrollTop: number;
|
||||
scrollTopWithoutViewZones: number;
|
||||
/** written by previous versions */
|
||||
scrollTop?: number;
|
||||
/** written by previous versions */
|
||||
scrollTopWithoutViewZones?: number;
|
||||
scrollLeft: number;
|
||||
firstPosition: IPosition;
|
||||
firstPositionDeltaTop: number;
|
||||
}
|
||||
/**
|
||||
* A (serializable) state of the code editor.
|
||||
@@ -505,6 +509,7 @@ export interface IThemeDecorationRenderOptions {
|
||||
textDecoration?: string;
|
||||
cursor?: string;
|
||||
color?: string | ThemeColor;
|
||||
opacity?: number;
|
||||
letterSpacing?: string;
|
||||
|
||||
gutterIconPath?: string | UriComponents;
|
||||
|
||||
Reference in New Issue
Block a user