Skip to content

Commit

Permalink
update IDE screenshots, add a new line to mixinexport (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
dicedpixels authored Nov 21, 2024
1 parent a48f1fb commit cebe462
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Binary file modified images/mixin-export.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/run-configurations.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions tags/guide/mixinexport.ytag
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ public class MyMixin {
}
```
You can export **all** Mixin classes by adding `-Dmixin.debug.export=true` to your VM options.
> IntelliJ IDEA - [Run/debug configurations - More options](https://www.jetbrains.com/help/idea/run-debug-configuration-java-application.html#more_options) (See "VM options")
> VSCode - [Running and debugging Java - Configuration options](https://code.visualstudio.com/docs/java/java-debugging#_configuration-options) (See "vmArgs")

> IntelliJ IDEA - [Run/debug configurations - More options](<https://www.jetbrains.com/help/idea/run-debug-configuration-java-application.html#more_options>) (See "VM options")
> VSCode - [Running and debugging Java - Configuration options](<https://code.visualstudio.com/docs/java/java-debugging#_configuration-options>) (See "vmArgs")

Exported finalized classes will appear in `run/.mixin.out`.
2 changes: 1 addition & 1 deletion tags/guide/runclient.ytag
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ colour: black
embed:
title: Using Your IDE's Run Configurations
image:
url: "https://cdn.discordapp.com/attachments/523633816078647296/1126198444185354300/run-configurations.png"
url: "https://raw.githubusercontent.com/FabricMC/community/main/images/run-configurations.png"

---

Expand Down

0 comments on commit cebe462

Please sign in to comment.