Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get and Set Config for Files and Plugins #1494

Merged
merged 6 commits into from
Sep 12, 2019
Merged

Get and Set Config for Files and Plugins #1494

merged 6 commits into from
Sep 12, 2019

Commits on Sep 12, 2019

  1. feat(config): get and set config for files and plugins

    * unify ClientConfig and Config into Config
    * use <userPath>/config.json as default
    * add provider for custom functionality
    
    * add Client#getForFile, Client#setForFile, Client#getForPlugin and Client#setForPlugin
    * rename App#loadConfig to #getConfig
    
    Related to #1066
    philippfromme authored and barmac committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    9b1f0b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0be6c5 View commit details
    Browse the repository at this point in the history
  3. chore(file-system): simplify

    * file system is stateless, no class is needed
    philippfromme authored and barmac committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    9215019 View commit details
    Browse the repository at this point in the history
  4. chore(workspace): make class

    philippfromme authored and barmac committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    a2fb90a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b041dd7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e227ed7 View commit details
    Browse the repository at this point in the history