Differences
This shows you the differences between two versions of the page.
| vscode-setup [2025/08/07 02:07] – created steve.wang | vscode-setup [2025/08/08 03:11] (current) – steve.wang | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Using Visual Code Studio With Konduktiva ===== | ====== Using Visual Code Studio With Konduktiva ===== | ||
| + | Summary: Set " | ||
| + | |vscode | ||
| ===== Send to Terminal keybind ===== | ===== Send to Terminal keybind ===== | ||
| Set the //Run selected Text In Terminal// short cut. | Set the //Run selected Text In Terminal// short cut. | ||
| - | to set a shortcut. | + | ==== Open Configuration Window ==== |
| + | |||
| + | On systems | ||
| + | Systmes with CMD: Replace CTRL with CMD | ||
| + | |||
| + | |||
| + | If that does not work check out this VS Code tutorial on how to change keybindings: | ||
| + | |||
| + | A new window should pop up. | ||
| + | |||
| + | ==== Shortcut To Bind ==== | ||
| + | There should be a search bar in the new window. | ||
| + | |||
| + | Tap on it and type in: workbench.action.terminal.runSeletectedText | ||
| + | |||
| + | Set keybinding to your preference. | ||
| + | |||
| + | Refer to this VS Code tutorial for video if need: https:// | ||
| + | |||
| + | ==== Open VS Code Integrated Terminal ==== | ||
| + | |||
| + | Open the terminal by pressing: CTRL + ` | ||
| + | |||
| + | Type //node// inside the terminal. | ||
| + | |||
| + | Now you try typing in some JavaScript commands in the file and sending it to Nodejs | ||
| + | |||
| + | Refer to this VS Code tutorial if having issues with VS Code integrated Terminal: https:// | ||
| + | |||
| + | |||
| + | |||