We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c02ab03 commit 76da76aCopy full SHA for 76da76a
browser/main/modals/PreferencesModal/PluginsTab.js
@@ -50,11 +50,11 @@ class PluginsTab extends React.Component {
50
51
checkWakatimePluginRequirement() {
52
const { wakatime } = this.state.config
53
- if (wakatime.isActive && !commandExists('wakatime-cli')) {
+ if (wakatime.isActive && !commandExists('wakatime')) {
54
this.setState({
55
wakatimePluginAlert: {
56
type: i18n.__('Warning'),
57
- message: i18n.__('Missing wakatime-cli')
+ message: i18n.__('Missing wakatime cli')
58
}
59
})
60
0 commit comments