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 [2023/05/01 02:53] – [Project Settings] stephenvisual_studio_code [2023/11/03 05:47] (current) – external edit 127.0.0.1
Line 21: Line 21:
         "aspnetcorerazor": "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 30: Line 41:
         "tab.activeBorderTop": "#ff0000"         "tab.activeBorderTop": "#ff0000"
     },     },
-    "workbench.editor.pinnedTabSizing": "shrink", 
-    "security.workspace.trust.untrustedFiles": "open", 
-    "terminal.integrated.profiles.windows": { 
-        "PowerShell 7": { 
-            "path": "pwsh.exe" 
-        } 
-    }, 
-    "terminal.integrated.defaultProfile.windows": "PowerShell 7", 
-    "terminal.integrated.fontSize": 12, 
     // Custom settings: =>     // Custom settings: =>
 } }
 </code> </code>
- 
 ==== Project Settings ==== ==== Project Settings ====
  
visual_studio_code.1682909627.txt.gz · Last modified: 2023/05/02 03:53 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki