mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Prebuilt stubs for Sdk to speed-up indexing
For Python 3.6 it makes 2x indexing performance improvement
This commit is contained in:
@@ -45,6 +45,11 @@ abstract class PyCharmPropertiesBase extends ProductProperties {
|
||||
include(name: "*.pdf")
|
||||
}
|
||||
}
|
||||
context.ant.copy(todir: "$targetDirectory/indexes") {
|
||||
fileset(dir: "$context.paths.projectHome/indexes") {
|
||||
include(name: "sdk-stubs*")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user