移动并重命名 code-launchpad.ts
This commit is contained in:
@@ -15,8 +15,8 @@ import {
|
|||||||
JetBrainsProductCode,
|
JetBrainsProductCode,
|
||||||
JetBrainsStateDto
|
JetBrainsStateDto
|
||||||
} from '@my-type/jetbrains-state-tools'
|
} from '@my-type/jetbrains-state-tools'
|
||||||
import { settingsManager } from './settings'
|
import { settingsManager } from '../settings'
|
||||||
import { codeLaunchpadIcon } from './resources'
|
import { codeLaunchpadIcon } from '../resources'
|
||||||
import { isNodeError } from '@my-type/node-error'
|
import { isNodeError } from '@my-type/node-error'
|
||||||
import { JetBrainsDataProductDto } from '@my-type/jetbrains-data-products'
|
import { JetBrainsDataProductDto } from '@my-type/jetbrains-data-products'
|
||||||
|
|
||||||
@@ -8,12 +8,16 @@ import {
|
|||||||
createCodeLaunchpadWindow,
|
createCodeLaunchpadWindow,
|
||||||
getIDEs,
|
getIDEs,
|
||||||
getIDEsVersion
|
getIDEsVersion
|
||||||
} from './code-launchpad'
|
} from './code-launchpad/ide-versions-check'
|
||||||
import { fanToolsIcon } from './resources'
|
import { fanToolsIcon } from './resources'
|
||||||
import path from 'path'
|
import path from 'path'
|
||||||
|
|
||||||
let mainWindow: BrowserWindow | null = null
|
let mainWindow: BrowserWindow | null = null
|
||||||
|
// @ts-ignore 保存引用,禁用报错
|
||||||
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||||
let mainTray: Tray | null = null
|
let mainTray: Tray | null = null
|
||||||
|
// @ts-ignore 保存引用,禁用报错
|
||||||
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||||
let codeLaunchpadTray: Tray | null = null
|
let codeLaunchpadTray: Tray | null = null
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user