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

15 lines
348 B
JSON
Raw Normal View History

{
"intelephense.environment.includePaths": [
"/srv/moodle4/moodle"
2023-07-23 16:47:11 +02:00
],
2024-05-18 16:55:50 +02:00
"intelephense.diagnostics.undefinedProperties": false,
"spellright.language": [
"en"
],
"spellright.documentTypes": [
"markdown",
"latex",
"plaintext"
2024-12-27 16:24:49 +01:00
],
"intelephense.diagnostics.relaxedTypeCheck": false
}