lwc:editors:vscode

Differences

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

Link to this comparison view

Next revision
Previous revision
lwc:editors:vscode [2020/11/26 17:48] – created John Harrisonlwc:editors:vscode [2023/08/19 13:25] (current) John Harrison
Line 1: Line 1:
   * Change between vertical and horizontal split screen: ALT+SHIFT+0 **PC** (Windows, Linux)   * Change between vertical and horizontal split screen: ALT+SHIFT+0 **PC** (Windows, Linux)
   * delete to end of line <CTRL>K <CTRL>K (user-defined from https:%%//%%github.com/Microsoft/vscode/issues/25075)   * delete to end of line <CTRL>K <CTRL>K (user-defined from https:%%//%%github.com/Microsoft/vscode/issues/25075)
-  \\+ 
 +==== Arduino ==== 
 +  add the Arduino extension 
 +  * the vscode arduino extension serial monitor in ubuntu 22.04 doesn't seem to work. Use ''miniterm.py'' inside the vscode terminal instead 
 +  * for some reason new code is not loaded in through ISP unless the code is verified first 
 +    * you can automate some of this with extension [[https://marketplace.visualstudio.com/items?itemName=usernamehw.commands|Commands]] 
 +      * example: inside global (not the workspace (???) ) ''settings.json'': 
 +<code> 
 +    "commands.commands":
 +        "sequence":
 +"workbench.action.terminal.kill", 
 +"arduino.verify", 
 +"arduino.cliUploadUsingProgrammer", 
 +], 
 +
 +</code>  
 +//from there you can assign it a hotkey. I assigned it to ''<META>i''//
  
  
  
  • lwc/editors/vscode.1606434539.txt.gz
  • Last modified: 2020/11/26 17:48
  • by John Harrison