VSCode Konfiguration

Falls ihr wie ich manche Dateien mit VS Code
master
Zocker1999NET 8 years ago
parent bdc4d9a291
commit f1bfba4e12

@ -0,0 +1,11 @@
// Place your settings in this file to overwrite default and user settings.
{
"files.exclude": {
"**/.git": true,
"**/.DS_Store": true,
"*.class": true,
"*.ctxt": true,
"project.greenfoot": true,
"**/.vscode": true
}
}
Loading…
Cancel
Save