"vscode:/vscode.git/clone" did not exist on "b872eb8cc01f6e0dde3d9acfb5846abe5c3a450a"
Commit 952abe02 authored by Jeffrey Morgan's avatar Jeffrey Morgan
Browse files

app: remove unused import

parent f9238559
...@@ -6,7 +6,7 @@ import 'winston-daily-rotate-file' ...@@ -6,7 +6,7 @@ import 'winston-daily-rotate-file'
import * as path from 'path' import * as path from 'path'
import { analytics, id } from './telemetry' import { analytics, id } from './telemetry'
import { installed, install } from './install' import { installed } from './install'
require('@electron/remote/main').initialize() require('@electron/remote/main').initialize()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment