You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(run-service): refactor createDefaultTestConfigurations method to be private and add support for creating run configurations from a PsiElement. #100
* This function is responsible for running a file within a specified project and virtual file.
96
97
* It creates a run configuration using the provided parameters and then attempts to execute it using the `ExecutionManager`. The function returns `null` if an error occurs during the configuration creation or execution process.
0 commit comments