提交 509b8084 编写于 作者: J Johannes Rieken

don't leak vs/nls into workers, #45839

上级 cbc9f8e2
......@@ -13,7 +13,6 @@ import { TPromise } from 'vs/base/common/winjs.base';
import { CancellationTokenSource } from 'vs/base/common/cancellation';
import { Token } from 'vs/editor/common/core/token';
import URI from 'vs/base/common/uri';
import { MarkerSeverity } from 'vs/platform/markers/common/markers';
// --------------------------------------------
// This is repeated here so it can be exported
......@@ -26,6 +25,13 @@ export enum Severity {
Error = 3,
}
export enum MarkerSeverity {
Hint = 1,
Info = 2,
Warning = 4,
Error = 8,
}
// --------------------------------------------
// This is repeated here so it can be exported
// because TS inlines const enums
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册