mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-17 20:11:25 +07:00
[warmup] IJPL-29: Add stub of API for warm-up
GitOrigin-RevId: f5cae5ea02e0f21d2fdf82a3fbdcc9f6bea6c291
This commit is contained in:
committed by
intellij-monorepo-bot
parent
33c4ae779d
commit
6e8005776f
@@ -0,0 +1,6 @@
|
||||
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
package com.jetbrains.python.inspections
|
||||
|
||||
import com.intellij.ide.warmup.WarmupConfigurationOfCLIConfigurator
|
||||
|
||||
class PythonPluginWarmupConfiguration : WarmupConfigurationOfCLIConfigurator(PythonPluginCommandLineInspectionProjectConfigurator())
|
||||
Reference in New Issue
Block a user