This is the README for the "Code Executor" extension, a tool to run and execute code directly within the VS Code terminal using Command Prompt. This extension provides a custom prompt with easy command execution, making coding and testing more efficient.
Features
Welcome Message: A quick welcome message is displayed when the extension is activated, letting you know it's ready to use.
Run Terminal: Opens a terminal with a custom prompt Code Executor> for running commands or executing code directly within the terminal.
Tip: Add your own keybindings for the commands talmed.codeExecutorTest (to show the welcome message) and talmed.codeExecutorTerminal (to open the custom terminal).
Requirements
This extension requires only Command Prompt (cmd.exe), which is available on Windows by default.
Extension Settings
This extension does not add any custom settings. However, you can set up keybindings for quicker access to the commands.
Keybindings
Run Terminal: Customize this in your VS Code keybindings, such as setting Ctrl+Shift+C to open the terminal with the custom prompt.
Known Issues
N/A
Release Notes
0.0.1
Initial release of Code Executor with:
A custom terminal prompt for an organized code execution environment.
Basic setup to open the terminal and clear the screen with a custom prompt.
0.1.0
Minor release of Code Executor with:
Configure the terminal prompt and command using talmed.codeExecutorCommand in settings.json
Working with Markdown
You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
Split the editor (Cmd+\ on macOS or Ctrl+\ on Windows and Linux)
Toggle preview (Shift+Cmd+V on macOS or Shift+Ctrl+V on Windows and Linux)
Press Ctrl+Space (Windows, Linux, macOS) to see a list of Markdown snippets