Browse Source

Removes vscode import from webview apps

main
Eric Amodio 4 years ago
parent
commit
a960d9de35
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/webviews/apps/shared/appBase.ts

+ 1
- 1
src/webviews/apps/shared/appBase.ts View File

@ -1,6 +1,6 @@
'use strict';
/*global window document*/
import { Disposable } from 'vscode';
import { Disposable } from './events';
import { IpcCommandParamsOf, IpcCommandType, IpcMessage, ReadyCommandType } from '../../protocol';
import { initializeAndWatchThemeColors } from './theme';

Loading…
Cancel
Save