提交 b5dcee0a 编写于 作者: D Daniel Imms

Move terminal CSS and images to browser

Part of #69115
上级 1d1dbdc4
...@@ -3,10 +3,10 @@ ...@@ -3,10 +3,10 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
import 'vs/css!./media/scrollbar'; import 'vs/css!../browser/media/scrollbar';
import 'vs/css!./media/terminal'; import 'vs/css!../browser/media/terminal';
import 'vs/css!./media/xterm'; import 'vs/css!../browser/media/xterm';
import 'vs/css!./media/widgets'; import 'vs/css!../browser/media/widgets';
import * as nls from 'vs/nls'; import * as nls from 'vs/nls';
import * as panel from 'vs/workbench/browser/panel'; import * as panel from 'vs/workbench/browser/panel';
import * as platform from 'vs/base/common/platform'; import * as platform from 'vs/base/common/platform';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册