-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* version -> 0.3.0 * prepped for auto deployment * only deploy if os = linux * use condition instead of if, and specify master branch * added skip_cleanup * started dictionary class * added dictionary * actually made it a class * consolidated loadConfiguration and reloadConfiguration * expanded LTDictionary class * updated dependencies * dependency updates * attempt at lt-service class * cleaned up duplicated commands * bump engine to 1.39.0 * removed service for later * moved dictionary to linter folder, use state stores * added extension context * added dictionary * undo changes * fixed command titles / categories * linter is codeactionprovider * refactor * launch in test workspace * removed unused code * manage ignored words in configuration manager * added ignored words lists and scoped managed settings * added ignored words lists * Use sets to manage word lists. Added word list save methods. * removed scopes on managed settings. will apply later. * added spelling test document * lint plain text as annotated text * register ignore word commands * added ignored lists features. * fixed setting constant * split suggest into resuable functions * Cast set to arrays. * added more to spell check use case * registered remove ignored word commands. * added new commands to test * added boolean to show hints for ignored words * fixed copy / paste errors * updated test workstation settings * added methos for getting ignored words * added ability to hide hints for ignored words * updated changelog for ignored words * added to test case. * ignored words case insensitive * fixed saving ignored word lists * labeled changelog for release
- Loading branch information
Showing
9 changed files
with
277 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"languageToolLinter.languageTool.ignoredWordsInWorkspace": [ | ||
"misspeeled" | ||
], | ||
"languageToolLinter.languageTool.disabledRules": "DASH_RULE" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Spell Check | ||
|
||
This is a misspeeled word. This is a second misspeeled worrd. This is a third sentence staring with This. and this sentence needs a period | ||
|
||
This one doesn’t. Annother misspelled word. And annother. |
Oops, something went wrong.