User Tools

Site Tools


visual_studio_code

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
visual_studio_code [2019/10/07 02:55] – [Favourites] stephenvisual_studio_code [2023/11/03 05:47] (current) – external edit 127.0.0.1
Line 10: Line 10:
     ],     ],
     "diffEditor.renderSideBySide": true,     "diffEditor.renderSideBySide": true,
-    "diffEditor.ignoreTrimWhitespace": true+    "diffEditor.ignoreTrimWhitespace": false
-    "editor.fontFamily": "'FuraCode Nerd Font', 'Fira Code', Consolas, 'Courier New', monospace",+    "editor.fontFamily": "'FiraCode Nerd Font', 'Fira Code', Consolas, 'Courier New', monospace",
     "editor.fontLigatures": true,     "editor.fontLigatures": true,
     "editor.fontSize": 12,     "editor.fontSize": 12,
     "editor.renderWhitespace": "all",     "editor.renderWhitespace": "all",
     "editor.showFoldingControls": "always",     "editor.showFoldingControls": "always",
-    "vsicons.dontShowNewVersionMessage": true, +    "editor.bracketPairColorization.enabled": true, 
-    "window.zoomLevel": 0,+    "emmet.includeLanguages": 
 +        "razor": "html", 
 +        "aspnetcorerazor": "html" 
 +    }, 
 +    "powershell.promptToUpdatePowerShell": false, 
 +    "security.workspace.trust.untrustedFiles": "open", 
 +    "terminal.integrated.profiles.windows":
 +        "PowerShell 7": { 
 +            "path": "pwsh.exe" 
 +        } 
 +    }, 
 +    "terminal.integrated.defaultProfile.windows": "PowerShell 7", 
 +    "terminal.integrated.fontSize": 12, 
 +    "workbench.editor.pinnedTabSizing": "shrink", 
 +    "workbench.editor.pinnedTabsOnSeparateRow": true,
     "workbench.tree.indent": 14,     "workbench.tree.indent": 14,
         "files.associations": {         "files.associations": {
Line 23: Line 37:
         "*.umap": "json"         "*.umap": "json"
     },     },
-    // Custom settings: +    "workbench.colorCustomizations":
- }+        "tab.lastPinnedBorder": "#ffffff88", 
 +        "tab.activeBorderTop": "#ff0000" 
 +    }, 
 +    // Custom settings: => 
 +}
 </code> </code>
- 
 ==== Project Settings ==== ==== Project Settings ====
  
Line 33: Line 50:
   - 'Edit in settings.json' or {} (top left).   - 'Edit in settings.json' or {} (top left).
  
-<code js>+<code javascript>
 { {
-    "workbench.colorCustomizations":+ "workbench.colorCustomizations":
-        //"statusBar.background": "#00aa00" // Online store + "statusBar.background": "#00aaaa" // Stuff 
-        //"statusBar.background": "#aa0000" // SDP + //"statusBar.background": "#0000aa" // Dev 
-        //"statusBar.background": "#0000aa" // Bin + //"statusBar.background": "#aa0000" // (Spare) 
-        //"statusBar.background": "#00aaaa" // Bookmarks + //"statusBar.background": "#aa00aa" // (Spare) 
-        //"statusBar.background": "#aa00aa" // Buckets of funds + //"statusBar.background": "#aaaa00" // (Spare) 
-        //"statusBar.background": "#aaaa00" // (Spare) + //"statusBar.background": "#00aa00" // (Spare) 
-    }+ }
 } }
 +</code>
 +
 +or
 +
 +<code javascript>
 + "settings": {
 + "workbench.colorTheme": "Solarized Dark",
 + "workbench.colorCustomizations": {
 + "statusBar.foreground": "#fff",
 +
 + //"statusBar.background": "#00aa00" // (Spare)
 + //"statusBar.background": "#aa0000" // (Spare)
 + //"statusBar.background": "#0000aa" // Bookmarks / Bin
 + //"statusBar.background": "#00aaaa" // Local Repo
 + //"statusBar.background": "#aa00aa" // (Spare)
 + //"statusBar.background": "#aaaa00" // (Spare)
 + }
 </code> </code>
  
Line 88: Line 122:
         "command": "editor.emmet.action.wrapWithAbbreviation",         "command": "editor.emmet.action.wrapWithAbbreviation",
         "when": "editorTextFocus"         "when": "editorTextFocus"
 +    },
 +    {
 +        "key": "ctrl+m ctrl+p",
 +        "command": "workbench.files.action.collapseExplorerFolders"
 +    },
 +    {
 +        "key": "ctrl+alt+c",
 +        "command": "git.checkout"
     }     }
 ]</code> ]</code>
visual_studio_code.1570416957.txt.gz · Last modified: 2019/10/08 03:55 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki