Skip to content

Commit

Permalink
Don't update user settings
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelsolorio committed Sep 7, 2024
1 parent a1a00ee commit a450ffd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ function updateConfig(config) {
log.info(`🤖 symbols.${key} changed, updating to ${config[key]}`);
const updateHandler = updateThemeJSONHandlers[key];
if (updateHandler) {
vscode.workspace.getConfiguration("symbols").update(key, config[key], true);
updateHandler(themeJSON, config[key]);
}
}
Expand Down

0 comments on commit a450ffd

Please sign in to comment.