User Tools

Site Tools


vscode

Differences

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

Link to this comparison view

Next revision
Previous revision
vscode [2022/01/06 15:06] – created dblumevscode [2023/04/12 20:44] (current) – external edit 127.0.0.1
Line 3: Line 3:
 These are notes to myself: These are notes to myself:
  
-Log in with your GitHub account, and turn on settings sync. Here's my [[https://code.visualstudio.com/docs/getstarted/settings#_settings-file-locations|settings file]]:+Log in with your **GitHub account**, and turn on settings sync. That will also sync your extensions. But for reference, here's my [[https://code.visualstudio.com/docs/getstarted/settings#_settings-file-locations|settings file]] from a Windows machine:
  
 <file javascript %APPDATA%\Code\User\settings.json> <file javascript %APPDATA%\Code\User\settings.json>
Line 47: Line 47:
       "jupyter-notebook": "left"       "jupyter-notebook": "left"
     },     },
-    "workbench.editor.untitled.hint": "hidden"+    "workbench.editor.untitled.hint": "hidden", 
 +    "editor.guides.indentation": false, 
 +    "workbench.editor.wrapTabs": true, 
 +    "files.eol": "\n"
 } }
 </file> </file>
vscode.1641510407.txt.gz · Last modified: 2023/04/12 20:44 (external edit)