Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(shell): import additional child_process utilities
This commit adds imports for `exec`, `os`, `path`, and `promisify` from the `node:child_process`, `node:os`, `node:path`, and `node:util` modules, respectively. These additional utilities will be used to enhance the functionality of the shell command execution in the `vscode/src/commands/context/shell.ts` file.
- Loading branch information