Skip to content

Commit

Permalink
Prepared release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chris authored and chris committed Dec 23, 2016
1 parent e261d3e commit e4820ae
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.md
Expand Up @@ -36,6 +36,15 @@ Npm intellisense scans only dependencies by default. Set scanDevDependencies to
}
```

### Show build in (local) libs
Shows build in node modules like 'path' of 'fs'

```javascript
{
"npm-intellisense.showBuildInLibs": true,
}
```

### Lookup package.json recursive
Look for package.json inside nearest directory instead of workspace root. It's enabled by default.

Expand All @@ -56,6 +65,9 @@ This feature is work in progress and experimental.
```

## History
### v1.2.1
- Documentation: Added missing documentation for showBuildInLibs

### v1.2.0
- Feature: Support for ```import 'modulename'``` syntax. Thank you @elderfo #25

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "npm-intellisense",
"displayName": "npm Intellisense",
"description": "Visual Studio Code plugin that autocompletes npm modules in import statements",
"version": "1.2.0",
"version": "1.2.1",
"publisher": "christian-kohler",
"engines": {
"vscode": "^1.0.0"
Expand Down

0 comments on commit e4820ae

Please sign in to comment.