1
0
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
Go to file
2022-04-30 16:46:54 +02:00
.idea Add build and plugin configuration 2022-04-30 16:46:54 +02:00
gradle/wrapper Add Gradle wrapper 7.1 2022-04-29 15:26:44 +02:00
src/main Improve logging in case unregistering extensions fails 2022-04-30 16:46:54 +02:00
.gitattributes Add IDEA project files 2022-04-29 15:28:32 +02:00
.gitignore Add IDEA project files 2022-04-29 15:28:32 +02:00
build.gradle.kts Add build and plugin configuration 2022-04-30 16:46:54 +02:00
gradle.properties Add build and plugin configuration 2022-04-30 16:46:54 +02:00
gradlew Add Gradle wrapper 7.1 2022-04-29 15:26:44 +02:00
gradlew.bat Add Gradle wrapper 7.1 2022-04-29 15:26:44 +02:00
LICENSE Initial commit 2022-04-29 15:20:19 +02:00
README.md Add build and plugin configuration 2022-04-30 16:46:54 +02:00
settings.gradle.kts Add build and plugin configuration 2022-04-30 16:46:54 +02:00

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.