Skip to content
This repository has been archived by the owner on Oct 10, 2018. It is now read-only.

Commit

Permalink
feat(code outline): Remove code outline window when disabled per conf…
Browse files Browse the repository at this point in the history
…ig. (#236)
  • Loading branch information
Silvenga authored and buehler committed Jul 12, 2017
1 parent 9fb6b54 commit f6f89e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
#### Changed
- The Code outline view is now hidden when disabled (`typescriptHero.codeOutline.enabled`) ([#236](https://github.com/buehler/typescript-hero/issues/236))
#### Fixed
- Some abstract methods were not implemented from interfaces
- Optional parameters are implemented now ([#141](https://github.com/buehler/typescript-hero/issues/141))
Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -168,7 +168,8 @@
"explorer": [
{
"id": "documentCodeOutline",
"name": "Code outline"
"name": "Code outline",
"when": "config.typescriptHero.codeOutline.enabled != false"
}
]
},
Expand Down

0 comments on commit f6f89e4

Please sign in to comment.