未验证 提交 4cd46e32 编写于 作者: J João Moreno

Merge remote-tracking branch 'origin/master'

...@@ -15,8 +15,16 @@ const TARGET_KEY = '__$__targetStorageMarker'; ...@@ -15,8 +15,16 @@ const TARGET_KEY = '__$__targetStorageMarker';
export const IStorageService = createDecorator<IStorageService>('storageService'); export const IStorageService = createDecorator<IStorageService>('storageService');
export enum WillSaveStateReason { export enum WillSaveStateReason {
NONE = 0,
SHUTDOWN = 1 /**
* No specific reason to save state.
*/
NONE,
/**
* A hint that the workbench is about to shutdown.
*/
SHUTDOWN
} }
export interface IWillSaveStateEvent { export interface IWillSaveStateEvent {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册