Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Update projector-plugin/src/main/kotlin/org/jetbrains/projector/plugi…
Browse files Browse the repository at this point in the history
…n/Utils.kt

Co-authored-by: Sergei Bulgakov <[email protected]>
  • Loading branch information
IKrukov-HORIS and SerVB committed Jan 12, 2022
1 parent 4417772 commit dd907cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ fun areRequiredVmOptionsPresented(): Boolean {
}

fun addRequiredOptions() {
try { // // for 2021.3 and later
try { // for 2021.3 and later
VMOptions.setProperty(BUFFER_PER_WINDOW_OPTION, "false")
VMOptions.setProperty(ALLOW_ATTACH_SELF_OPTION, "true")
}
Expand Down

0 comments on commit dd907cc

Please sign in to comment.