User Tools

Site Tools


vscode

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
vscode [2025/05/17 16:57] dblumevscode [2025/10/10 11:45] (current) dblume
Line 7: Line 7:
 <file javascript %APPDATA%\Code\User\settings.json> <file javascript %APPDATA%\Code\User\settings.json>
 { {
-    "python.defaultInterpreterPath""C:\\Users\\david\\AppData\\Local\\Programs\\Python\\Python38-32\\python.exe", +    // For DarkComment this colorTheme line
- +    "workbench.colorTheme":    "Default Light+",
-//    "workbench.colorTheme":    "Default Light+",+
     "workbench.colorCustomizations": {     "workbench.colorCustomizations": {
         "[Default Light+]": {         "[Default Light+]": {
Line 21: Line 20:
         },         },
  
 +/* For Dark: Uncomment all these colors.
         // https://raw.githubusercontent.com/mbadolato/iTerm2-Color-Schemes/refs/heads/master/vscode/catppuccin-mocha.json         // https://raw.githubusercontent.com/mbadolato/iTerm2-Color-Schemes/refs/heads/master/vscode/catppuccin-mocha.json
         "terminal.foreground": "#cdd6f4",         "terminal.foreground": "#cdd6f4",
Line 51: Line 51:
         "statusBar.noFolderBackground": "#2e2f46",         "statusBar.noFolderBackground": "#2e2f46",
         "editorGutter.background": "#262b30"         "editorGutter.background": "#262b30"
 +*/
     },     },
     "editor.fontFamily": "'DejaVu Sans Mono for Powerline', Consolas, 'Courier New', monospace",     "editor.fontFamily": "'DejaVu Sans Mono for Powerline', Consolas, 'Courier New', monospace",
Line 58: Line 59:
     "markdown.preview.fontSize": 13,     "markdown.preview.fontSize": 13,
     "terminal.integrated.fontSize": 13,     "terminal.integrated.fontSize": 13,
-    "editor.occurrencesHighlight": false,+    "editor.occurrencesHighlight": "off",
     "editor.minimap.enabled": false,     "editor.minimap.enabled": false,
-    "workbench.settings.useSplitJSON": true,  // used to be default +    "workbench.settings.useSplitJSON": true,
-    "editor.renderIndentGuides": false,+
     "workbench.startupEditor": "newUntitledFile",     "workbench.startupEditor": "newUntitledFile",
     "remote.SSH.remotePlatform": {     "remote.SSH.remotePlatform": {
-      "dblume-edge.local": "linux", +        "dblume-edge.local": "linux", 
-      "dblume-edge": "linux"+        "dblume-edge": "linux", 
 +        "10.3.249.191": "linux", 
 +        "dblume-edge.corp.roku": "linux"
     },     },
-    "remote.SSH.configFile": "C:\\Users\\david\\.ssh\\config",+    /* All */             "remote.SSH.configFile": "~/.ssh/config",  
 +    /* Windows */      /* "remote.SSH.configFile": "C:\Users\david\.ssh\config", */ 
 +    /* MacOS, Linux */ /* "remote.SSH.configFile": "/Users/dblume/.ssh/config", */
     "security.workspace.trust.untrustedFiles": "open",     "security.workspace.trust.untrustedFiles": "open",
     "workbench.editorAssociations": {     "workbench.editorAssociations": {
-      "*.ipynb": "jupyter-notebook"+        "*.ipynb": "jupyter-notebook"
     },     },
-    "python.pythonPath": "C:\\Users\\david\\AppData\\Local\\Programs\\Python\\Python38-32\\python.exe",+    "python.pythonPath": "/usr/local/bin/python3",
     "python.showStartPage": false,     "python.showStartPage": false,
     "notebook.cellToolbarLocation": {     "notebook.cellToolbarLocation": {
-      "default": "right", +        "default": "right", 
-      "jupyter-notebook": "left"+        "jupyter-notebook": "left"
     },     },
-    "workbench.editor.untitled.hint": "hidden",+    "python.defaultInterpreterPath": "C:\\Users\\david\\AppData\\Local\\Programs\\Python\\Python38-32\\python.exe",
     "editor.guides.indentation": false,     "editor.guides.indentation": false,
     "workbench.editor.wrapTabs": true,     "workbench.editor.wrapTabs": true,
-    "files.eol": "\n"+    "files.eol": "\n"
 +    "[python]":
 +        "editor.formatOnType": true 
 +    }, 
 +    "workbench.editor.empty.hint": "hidden", 
 +    "security.allowedUNCHosts":
 +        "wsl$" 
 +    ], 
 +    "remote.defaultExtensionsIfInstalledLocally":
 +        "GitHub.copilot", 
 +        "GitHub.copilot-chat", 
 +        "GitHub.vscode-pull-request-github" 
 +    ], 
 +    "makefile.configureOnOpen": true, 
 +    "remote.SSH.httpProxy": "", 
 +    "remote.SSH.defaultForwardedPorts": []
 } }
 </file> </file>
vscode.txt · Last modified: 2025/10/10 11:45 by dblume