提交 f95e3e3b 编写于 作者: S Sandeep Somavarapu

Fix #59082

上级 29e67955
......@@ -15,8 +15,8 @@ export default {
MARKER_OPEN_SIDE_ACTION_ID: 'problems.action.openToSide',
MARKER_SHOW_PANEL_ID: 'workbench.action.showErrorsWarnings',
MarkerPanelFocusContextKey: new RawContextKey<boolean>('problemsViewFocus', true),
MarkerFocusContextKey: new RawContextKey<boolean>('problemFocus', true),
MarkerPanelFilterFocusContextKey: new RawContextKey<boolean>('problemsFilterFocus', true),
RelatedInformationFocusContextKey: new RawContextKey<boolean>('relatedInformationFocus', true)
MarkerPanelFocusContextKey: new RawContextKey<boolean>('problemsViewFocus', false),
MarkerFocusContextKey: new RawContextKey<boolean>('problemFocus', false),
MarkerPanelFilterFocusContextKey: new RawContextKey<boolean>('problemsFilterFocus', false),
RelatedInformationFocusContextKey: new RawContextKey<boolean>('relatedInformationFocus', false)
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册