mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
ffac002f0d
This commit adds a new Grunt task which generates a jsconfig.json file. This file is described at https://code.visualstudio.com/docs/languages/jsconfig and can be used to configure vscode and other similar editors to understand our module loading. This task is an optional task for Grunt and can be run with: npx grunt jsconfig The file is git-ignored and will not affect normal usage.