Skip to content

Commit

Permalink
updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris Litvinsky committed Jun 6, 2018
1 parent 8b25b96 commit ba13725
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -37,4 +37,7 @@ Determines how the selected code will be exported/imported. Valid options are 'e
#### glean.jsFilesExtentions (Default: [ "js", "jsx", "ts", "tsx" ])
List of extentions of files that should be treated as javascript files. This determines whether or not the snippet will be exported and imported. The snippet will be treated as javascript only if the extention of both origin and target files appears in this list.

#### glean.switchToTarget (Default: false)
Determines whether VSCode should switch to target file after extracting.


0 comments on commit ba13725

Please sign in to comment.