generated from JetBrains/intellij-platform-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(run-code): add CLI execution support for Python, JavaScript, and…
… Ruby files #24 The update introduces a new function `runInCli` in `FileRunService.kt` that allows Python, JavaScript, and Ruby files to be executed directly from the command line. This function is then utilized in `RunCodeProcessor.kt` to provide an alternative execution method when no file run service is found.
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters