-
Notifications
You must be signed in to change notification settings - Fork 289
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #458 from MiddsAU/master
Fixed iffy wording on command pallet commands
- Loading branch information
Showing
1 changed file
with
12 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"description.oneDarkPro.editorTheme": "Switch different editor theme", | ||
"description.oneDarkPro.italic": "This setting will change some scope's font be italic", | ||
"description.oneDarkPro.vivid": "This setting will change the color more vivid", | ||
"description.oneDarkPro.bold": "This setting will change some scope's font be bold", | ||
"description.oneDarkPro.showChangelog": "show changelog", | ||
"description.oneDarkPro.setVivid": "set color be vivid", | ||
"description.oneDarkPro.cancelVivid": "set color be vivid", | ||
"description.oneDarkPro.setBold": "set some code be bold", | ||
"description.oneDarkPro.cancelBold": "set some code be bold", | ||
"description.oneDarkPro.setItalic": "set some code be italic", | ||
"description.oneDarkPro.cancelItalic": "set some code be italic", | ||
"description.oneDarkPro.markdownStyle": "Use markdown style" | ||
"description.oneDarkPro.editorTheme": "Switch to different editor theme", | ||
"description.oneDarkPro.italic": "Toggle italics on some scopes", | ||
"description.oneDarkPro.vivid": "Toggle vivid colors", | ||
"description.oneDarkPro.bold": "Toggle bold on some scopes", | ||
"description.oneDarkPro.showChangelog": "Show changelog", | ||
"description.oneDarkPro.setVivid": "Turn on vivid colors", | ||
"description.oneDarkPro.cancelVivid": "Turn off vivid colors", | ||
"description.oneDarkPro.setBold": "Turn on bold code on some scopes", | ||
"description.oneDarkPro.cancelBold": "Turn off bold code on some scopes", | ||
"description.oneDarkPro.setItalic": "Turn on italic code on some scopes", | ||
"description.oneDarkPro.cancelItalic": "Turn off italic code on some scopes", | ||
"description.oneDarkPro.markdownStyle": "Toggle markdown style" | ||
} |