base16-generator icon indicating copy to clipboard operation
base16-generator copied to clipboard

fix: Fix #15

Open melck opened this issue 4 years ago • 1 comments

This commit fix issue #15 and have following changes:

  • Change tsconfig.json to vscode sample recommendations
  • Remove 'use strict' because of changes tsconfig.json file
  • Fix typescript warning for src/scripts/* files
  • Add setting base16.generator.activatedThemes
  • Fix commands to use setting
  • Add check setting at start and activate themes if needed
  • Change activate command to support order of activated themes if manually changed in settings
  • Add observer on settings change to activate themes

What do you think about this changes? It will save some time when i use a devcontainer, remote ssh, or updating extension.

melck avatar Sep 17 '21 12:09 melck

Hello @golf1052 ,

What do you think about this changes ?

melck avatar Sep 26 '21 09:09 melck

Sorry it took *looks at watch* a year to merge this change in but thanks for the change!

golf1052 avatar Sep 20 '22 09:09 golf1052