-
-
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.
- Loading branch information
1 parent
295f994
commit 21df5a5
Showing
1 changed file
with
9 additions
and
9 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 |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
"email": "[email protected]" | ||
}, | ||
"icon": "resources/logo.png", | ||
"version": "1.4.1", | ||
"version": "1.5.0", | ||
"preview": false, | ||
"engines": { | ||
"vscode": "^1.32.0" | ||
|
@@ -77,13 +77,13 @@ | |
"type": "boolean", | ||
"default": false, | ||
"description": "If checked, will auto-install theme install requests. Otherwise, we will prompt you to install." | ||
}, | ||
"twitchThemer.autoConnect": { | ||
"title": "Auto Connect", | ||
"type": "boolean", | ||
"default": false, | ||
"description": "Should Twitch Themer automatically connect to Twitch Chat if you're streaming? Twitch Themer will poll Twitch' API to ensure you're streaming prior to connecting." | ||
} | ||
}, | ||
"twitchThemer.autoConnect": { | ||
"title": "Auto Connect", | ||
"type": "boolean", | ||
"default": false, | ||
"description": "Should Twitch Themer automatically connect to Twitch Chat if you're streaming? Twitch Themer will poll Twitch' API to ensure you're streaming prior to connecting." | ||
} | ||
} | ||
} | ||
}, | ||
|
@@ -128,4 +128,4 @@ | |
"webpack": "^4.29.6", | ||
"webpack-cli": "^3.2.3" | ||
} | ||
} | ||
} |