Oliver Yasuna
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
-
Oliver Yasuna created a post, AnsweredDisable automatic start recording with IntelliJ Profiler
I often profile smaller chunks of logic in my application. Thus, I have no need for the profiler to start recording when my application starts. Is there a way to disable the automatic recording? -
-
-
Oliver Yasuna created a post, AnsweredHow to disable the TypeScript Language Service for particular files?
I use a library that generates a TypeScript file. IntelliJ will show errors on this file if I open it, thus polluting my tree with red underlines. I cannot add @ts-ignores because the library regen... -
-
Oliver Yasuna created a post, AnsweredTrigger hot reload manually?
When using Gradle, building the project triggers the `classes` and `testClasses` tasks for the root project and all sub-projects. We require a custom task that disables another task which is called... -
-
-
-
Oliver Yasuna created a post, AnsweredRun configuration is never saved
I am writing a plugin for CLion that adds a run configuration type to run an ISO in QEMU. The problem is that when changes are made to the run configuration editor, the IDE does not seem to be awar...