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-12-27 16:24:49 +01:00

15 lines
No EOL
348 B
JSON

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