====== settings ====== ''project/.vccode/settings.json'' { "search.useIgnoreFiles": true "[makefile]": { "editor.insertSpaces": false, "editor.detectIndentation": false } } "files.associations": { "*.mk": "makefile", "Makefile.include": "makefile", "*.php4": "php", "*.php5": "php", "**/somefolder/*.*": "php" } // The default language mode that is assigned to new files. "files.defaultLanguage": "html" * [[https://stackoverflow.com/questions/46221272/how-do-i-automatically-clear-vs-code-terminal-when-starting-a-build|How do I automatically clear VS Code terminal when starting a build?]] * [[https://superuser.com/questions/1713995/how-do-i-make-vscode-terminal-window-clear-previous-spring-boot-output-automatic|how do I make vscode terminal window clear previous spring boot output automatically?]]