index
:
github/architectury-loom.git
dev/0.10.0
fix/osx-1.8.9
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
net
/
fabricmc
/
loom
/
task
/
GenVsCodeProjectTask.java
Age
Commit message (
Expand
)
Author
2021-10-24
Improve run config argument handling, should work with spaces a bit better. (...
modmuss50
2021-09-30
Make Run Config run dir relative to the project and not the root project. Mov...
modmuss50
2021-07-10
Use spotless for header validation, years have been back-filled from git history
modmuss50
2021-05-13
General cleanup by making use of java 16 features (#397)
modmuss50
2021-02-12
RunConfigSettings.generateIDEConfig -> ideConfigGenerated + normal getter/set...
Juuxel
2021-02-11
Generate IDE run configs on a per config basis. Allows for much finer grain c...
modmuss50
2021-02-11
Rename `runs` -> `runConfigs`
modmuss50
2021-01-29
Improve run configs (#318) (#338)
modmuss50
2020-12-24
General code cleanup (#313)
modmuss50
2020-07-26
General cleanup
Reece Dunham
2019-11-15
Allow for non-yarn mappings for MigrateMappingsTask (#141)
Ramid Khan
2019-11-02
Reformat to use Fabric API's checkstyle (#137)
modmuss50
2019-05-10
add updateMappings task
asie
2019-04-21
fix IDE generation file paths assuming CWD == project root, close #72
Adrian Siekierka
2019-04-09
Fix VS Code launching in wrong folder (#66)
copygirl
2018-12-22
Put tasks in 'fabric' group
therealfarfetchd
2018-12-12
Auto generate eclipse launch files
modmuss50
2018-12-11
Fix a typo in launch.json generation
Sander de Goeij
2018-12-10
use project root dir, should fix files being all over the place
modmuss50
2018-12-01
Added vscode task to generate launch.json
modmuss50