Closed as not planned
Description
There has been an issue here without a potential solution: #13292
I don't want to give extensions the power to set their priority of loading in my VSCode I rather want myself setting a priority to some extensions I want to have loaded before the others.
For example, I have an extension that shows me saved projects (Project Manager) and I want this to be loaded at first to fast select a project before the rest is loaded because when I have selected a project the viewport will be reloaded anyway.
My solution, having a option like this:
"workbench.extensions.loadingOrder": {
"alefragnani.project-manager": {
"priority": 10000
}
},
all other extensions would be loaded as before after these prioritised extensions.