mirror of
https://github.com/chylex/IntelliJ-Disable-Task-Contexts.git
synced 2025-04-11 22:15:42 +02:00
IntelliJ platform plugin that disables saving and loading context in tasks.
https://plugins.jetbrains.com/plugin/19044
.idea | ||
gradle/wrapper | ||
src/main | ||
.gitattributes | ||
.gitignore | ||
build.gradle.kts | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle.kts |
Disables saving and loading context in tasks, and restoring workspace when switching VCS branches.
This plugin works by unregistering everything that saves workspace context. It does not change any settings related to context tracking or workspace restoration.