cyberbiont / vscode-profiles

vscode plugin to easily manage multiple extensions / settings configurations
ISC License
26 stars 2 forks source link

First try to add an action that adds an extension to the common extension #8

Open Gaweringo opened 3 years ago

Gaweringo commented 3 years ago
:bangbang: Not ready for merg yet

I tried to add the functionality of right clicking an extension and selecting Make Common to add that extension to the Common Extensions list in the VSCode-Profiles settings.

I'm new to TS and VSCode Extensions so I don't really know what I'm doing.

Currently the function adds the selected extension to the settings (according to my console logs at least) but they don't appear in the actual settings thus not being saved between restarts. I don't know why.

Example of the option in the right-click menu

image