By ibraheem4
In your command-line run the following commands:
brew doctor
By ibraheem4
In your command-line run the following commands:
brew doctor| // Place your settings in this file to overwrite the default settings | |
| { | |
| "files.autoSave": "off", | |
| "extensions.autoUpdate": true, | |
| "terminal.external.osxExec": "iTerm.app", | |
| "workbench.iconTheme": "vscode-icons", | |
| "editor.autoIndent": true, | |
| "editor.minimap.enabled": false, | |
| "editor.renderWhitespace": "boundary", | |
| "editor.rulers": [80], |