We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf5413 commit 25b69daCopy full SHA for 25b69da
jetbrains/.run/Run Plugin in IDE.run.xml
@@ -15,6 +15,12 @@
15
</list>
16
</option>
17
<option name="vmOptions" value="-Didea.log.console.stdout.level=DEBUG" />
18
+ <option name="envs">
19
+ <map>
20
+ <!-- NB(sam): ideally I'd set this in build.gradle.kts but couldn't figure out how -->
21
+ <entry key="VSCODE_DEBUG_MODE" value="true" />
22
+ </map>
23
+ </option>
24
</ExternalSystemSettings>
25
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
26
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
0 commit comments