streamline build

This commit is contained in:
Joao Moreno
2018-04-11 10:27:01 +02:00
parent c90991d8e7
commit 471425cad6
5 changed files with 769 additions and 33 deletions

View File

@@ -12,6 +12,8 @@ import { IChannel } from 'vs/base/parts/ipc/common/ipc';
export const ID = 'driverService';
export const IDriver = createDecorator<IDriver>(ID);
// !! Do not remove the following START and END markers, they are parsed by the smoketest build
//*START
export interface IElement {
tagName: string;