Karliz24 / Marley-

0 stars 0 forks source link

We should disallow contributing configuration defaults for launch #10

Open Karliz24 opened 2 months ago

Karliz24 commented 2 months ago

We should disallow contributing configuration defaults for launch

At present, extensions can contribute default value for launch using configurationDefaults contribution point. Even though user can customise it in user settings, this is not real Setting. This is just a user launch configuration. If multiple extensions contribute default values of launch then this can lead to unexpected behaviour. There is also a performance impact that this is pulling the complete launch schema when opening package.json.

CC @connor4312 @aeschli

Publicación original de @sandy081 en https://github.com/microsoft/vscode/issues/219977