Skip to content

Commit

Permalink
Feature: Toggle Explorer Arrows Configuration (#8)
Browse files Browse the repository at this point in the history
* fix: json format

fixes the json format to be made parseable by the default spec

* feat: base impl for the configuration change

adds in a command and it's respective function for over-riding the json

* remove command handling from the json

* feat: add a config monitor

helpers and implementation of a
configuration monitor for the keys defined in
package.json

* re-enable hideExplorer

* fix: remove trailing comma for json

* Update package-lock.json

* Remove trailing comma

* Show notification when setting changed

Co-authored-by: Miguel Solorio <miguel.solorio@microsoft.com>
  • Loading branch information
barelyhuman and Miguel Solorio committed Aug 14, 2022
1 parent c0eb05f commit db942ba
Show file tree
Hide file tree
Showing 8 changed files with 237 additions and 4,269 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ dist
node_modules
.vscode-test/
*.vsix
src/symbol-icon-theme.modified.json
Loading

0 comments on commit db942ba

Please sign in to comment.