mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-19 01:51:47 +01:00
sash: debug false
This commit is contained in:
@@ -14,7 +14,7 @@ import { Event, Emitter } from 'vs/base/common/event';
|
||||
import { getElementsByTagName, EventHelper, createStyleSheet, addDisposableListener, append, $, addClass, removeClass, toggleClass } from 'vs/base/browser/dom';
|
||||
import { domEvent } from 'vs/base/browser/event';
|
||||
|
||||
const DEBUG = true;
|
||||
const DEBUG = false;
|
||||
|
||||
export interface ISashLayoutProvider { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user