Open
Description
For a larger project, I want to include js files in subdirectories in jsconfig.json
for intellisense purposes. However, jsconfig.json
is reset to it's initial values after closing and opening the directory or restarting vscode. This does not happen if I disable the p5.vscode extension.
I have 2 suggestions:
- Do not write over jsconfig.json everytime vscode restarts or the directory is opened. Perhaps make this a setting.
- Include all subdirectories in jsconfig.json
**/*.js
. This waylibraries/*.js
doesn't have to be included separately.
Either solution would work for me. However, being able to make custom adjustments to jsconfig.json
would be nice.
Metadata
Metadata
Assignees
Labels
No labels