Enable FUS internal mode on IDE launching

This commit is contained in:
Andrey Uskov
2020-09-10 00:12:27 +03:00
parent ae9c1af883
commit 7f4bda0d52
2 changed files with 2 additions and 0 deletions
@@ -180,6 +180,7 @@ fun Project.runIdeTask(name: String, ideaPluginDir: File, ideaSandboxDir: File,
"-Didea.system.path=$ideaSandboxDir",
"-Didea.config.path=$ideaSandboxConfigDir",
"-Didea.tooling.debug=true",
"-Dfus.internal.test.mode=true",
"-Dapple.laf.useScreenMenuBar=true",
"-Dapple.awt.graphics.UseQuartz=true",
"-Dsun.io.useCanonCaches=false",
+1
View File
@@ -213,6 +213,7 @@ if (kotlinBuildProperties.isInJpsBuildIdeaSync) {
"-Didea.system.path=${sandboxDir.absolutePath}",
"-Didea.config.path=${sandboxDir.absolutePath}/config",
"-Didea.tooling.debug=true",
"-Dfus.internal.test.mode=true",
"-Dapple.laf.useScreenMenuBar=true",
"-Dapple.awt.graphics.UseQuartz=true",
"-Dsun.io.useCanonCaches=false",