This repository has been archived on 2025-01-01. You can view files and clone it, but cannot push or open issues or pull requests.
moodle-local_treestudyplan/.vscode/settings.json
2024-05-18 16:55:50 +02:00

15 lines
No EOL
307 B
JSON

{
"intelephense.environment.includePaths": [
"/srv/moodle4/moodle"
],
"intelephense.diagnostics.undefinedProperties": false,
"spellright.language": [
"en"
],
"spellright.documentTypes": [
"markdown",
"latex",
"plaintext",
"php"
]
}