Skip to content

Commit

Permalink
Move terminal CSS and images to browser
Browse files Browse the repository at this point in the history
Part of #69115
  • Loading branch information
Tyriar committed Mar 5, 2019
1 parent 1d1dbdc commit b5dcee0
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/

import 'vs/css!./media/scrollbar';
import 'vs/css!./media/terminal';
import 'vs/css!./media/xterm';
import 'vs/css!./media/widgets';
import 'vs/css!../browser/media/scrollbar';
import 'vs/css!../browser/media/terminal';
import 'vs/css!../browser/media/xterm';
import 'vs/css!../browser/media/widgets';
import * as nls from 'vs/nls';
import * as panel from 'vs/workbench/browser/panel';
import * as platform from 'vs/base/common/platform';
Expand Down

0 comments on commit b5dcee0

Please sign in to comment.