| 12345678910 |
- {
- "files.trimTrailingWhitespace": true,
- "terminal.integrated.profiles": {
- "PowerShell (Admin)": {
- "path": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
- "args": ["-NoExit", "-Command", "Start-Process powershell -Verb RunAs"]
- }
- },
- "terminal.integrated.defaultProfile.windows": "PowerShell (Admin)"
- }
|