-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
process/task/terminal: refactor escaping/quoting
Add utility functions in `@theia/process/lib/common` to escape common shells' arguments. Refactored terminal processes to not handle shell escaping anymore, it is the caller's responsability to provide the escaped spawn options. Escaping is now done for DAP's `runInTerminal` requests. Signed-off-by: Paul Maréchal <paul.marechal@ericsson.com>
- Loading branch information
1 parent
eb74d4a
commit b9c544a
Showing
18 changed files
with
1,131 additions
and
260 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
Oops, something went wrong.