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

fix(configuration): add option to specify scopeSelector #169

Merged
merged 1 commit into from Mar 1, 2016

Conversation

geksilla
Copy link
Collaborator

There is no way to specify scopeSelector option for configurations
specified in .proton. Added 3-rd optional value with hash-map type passed to
configuration. For example in .proton

;; .proton
...

:configuration
[
  ["editor.tabLength" 2 {:scopeSelector [".source.python" ".source.ruby"]}]
]

There is no way to specify `scopeSelector` option for configurations
specified in `.proton`. Added 3-rd optional value with _hash-map_ type passed to
configuration. For example in `.proton`
```
;; .proton
...

:configuration
[
  ["editor.tabLength" 2 {:scopeSelector [".source.python" ".source.ruby"]}]
]
```
@geksilla
Copy link
Collaborator Author

ping @dvcrn, @spencerlyon2 to review and test

@sglyon
Copy link
Contributor

sglyon commented Mar 1, 2016

I like it, thanks for working on it!

dvcrn added a commit that referenced this pull request Mar 1, 2016
fix(configuration): add option to specify scopeSelector
@dvcrn dvcrn merged commit 258b9d0 into dvcrn:master Mar 1, 2016
@geksilla
Copy link
Collaborator Author

geksilla commented Mar 2, 2016

@spencerlyon2, np!

@geksilla geksilla deleted the fix/configuration-scope-selector branch March 2, 2016 10:01
dvcrn added a commit that referenced this pull request Mar 22, 2016
fix(configuration): add option to specify scopeSelector
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants