vscode-setup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

vscode-setup [2025/08/07 02:07] – created steve.wangvscode-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 "workbench.action.terminal.runSeletectedText" keybinding. Refer to [[https://code.visualstudio.com/docs/configure/keybindings|VScode official instructions]]
 +|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. On most systemspress Shift Enter+==== Open Configuration Window ==== 
 + 
 +On systems CTRL keys press: CTRL K followed by CTRL + S.  
 +Systmes with CMD: Replace CTRL with CMD 
 + 
 + 
 +If that does not work check out this VS Code tutorial on how to change keybindings: https://code.visualstudio.com/docs/configure/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://code.visualstudio.com/docs/configure/keybindings 
 + 
 +==== 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://code.visualstudio.com/docs/terminal/getting-started 
 + 
 + 
 + 
  • vscode-setup.txt
  • Last modified: 2025/08/08 03:11
  • by steve.wang