Skip to content

Commit

Permalink
bump v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deerawan committed Mar 6, 2017
1 parent 40aebef commit 00e8f59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -78,11 +78,11 @@ You can find dash docset key in Dash application.

## Change Docset Configuration
You can change docset in `settings.json` or pressing `cmd + ,`.
Every configuration start with `dash.docset`. See `Docset Setting` in Supported Docset table above.
Every configuration start with `dash.docset`. See `Docset Setting` column in Supported Docset table above.

### Example Case:
Based on default docset configuration, if we search in typescript files (.ts), it will search in typescript docset.
But now we want to make it to search in javascript docset too.
But now we want to make it able to search in javascript docset too.

Type `cmd + ,` then we change typescript docset by adding new dash docset key "javascript". So, whenever we search from typescript files, it will search in typescript and javascript docset.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-dash",
"displayName": "Dash",
"description": "Dash integration in Visual Studio Code",
"version": "1.3.0",
"version": "1.4.0",
"publisher": "deerawan",
"icon": "images/dash.png",
"galleryBanner": {
Expand Down

1 comment on commit 00e8f59

@AlekSi
Copy link

@AlekSi AlekSi commented on 00e8f59 Mar 6, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update CHANGELOG.

Please sign in to comment.