sudo mkdir /etc/nginx/sites-available
sudo mkdir /etc/nginx/sites-enabled
include /etc/nginx/sites-enabled/*;
| { | |
| // Controls whether the editor shows CodeLens. | |
| "diffEditor.codeLens": false, | |
| // When enabled, the diff editor ignores changes in leading or trailing whitespace. | |
| "diffEditor.ignoreTrimWhitespace": true, | |
| // Timeout in milliseconds after which diff computation is cancelled. Use 0 for no timeout. | |
| "diffEditor.maxComputationTime": 5000, |