Skip to content
This repository was archived by the owner on Nov 14, 2024. It is now read-only.

Commit 01e9403

Browse files
committed
include spell checker
1 parent e49f748 commit 01e9403

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,9 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## [Unreleased]
88

9+
## [0.0.2]
10+
### Added
11+
- Spell Checker plugin (streetsidesoftware.code-spell-checker)
12+
13+
## [0.0.1]
914
- Initial release

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "loadsmart-react-native",
33
"displayName": "Loadsmart React Native Extension Pack",
44
"description": "Set of plugins to start developing React Native applications at Loadsmart",
5-
"version": "0.0.1",
5+
"version": "0.0.2",
66
"publisher": "Loadsmart",
77
"preview": true,
88
"repository": {
@@ -29,6 +29,7 @@
2929
"Orta.vscode-danger",
3030
"rebornix.Ruby",
3131
"ryanluker.vscode-coverage-gutters",
32+
"streetsidesoftware.code-spell-checker",
3233
"yzhang.markdown-all-in-one"
3334
]
3435
}

0 commit comments

Comments
 (0)