Skip to content

Commit

Permalink
Merge pull request #11 from RedstoneSpeaker/master
Browse files Browse the repository at this point in the history
Improved troubleshoot.md
  • Loading branch information
jumpingpxl authored Feb 24, 2024
2 parents 30989f9 + b505ee4 commit 0ad65d2
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/pages/addon/troubleshoot.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,14 @@ If you need help from others, please always keep in mind that they're human and
## My LSS StyleSheet Doesn't load

If it can happen that the LSS StyleSheet doesn't load, this is most commonly caused by a forgotten or misplaced semicolon (`;`) or curly bracket (`{`, `}`); the affected line should be printed to your log.
Try to search for those two cases. If you cannot find anything, feel free to ask for help on our <a href="https://labymod.net/dc/dev" target="_blank">development Discord</a> and <b>provide your LSS StyleSheet</b>.
Try to search for those two cases. If you cannot find anything, feel free to ask for help on our <a href="https://labymod.net/dc/dev" target="_blank">development Discord</a> and <b>provide your LSS StyleSheet</b>.

## Unable to start Development runs in IntelliJ IDEA

If your development runs fail to start in IntelliJ IDEA, it may be due to a common bug. Follow these steps to resolve the issue:

1. **Close IntelliJ IDEA**: Ensure that the IDE is completely closed.
2. **Delete the `.idea` Folder**: Navigate to your project directory and remove the `.idea` folder. This folder contains project-specific settings.
3. **Restart IntelliJ IDEA**: After deleting the `.idea` folder, reopen IntelliJ IDEA.

Following these steps should resolve the issue and allow your development runs to start successfully again.

0 comments on commit 0ad65d2

Please sign in to comment.