Skip to content

Commit 601c076

Browse files
committed
Fix for compatibility issues and upgrading to k2 support
1 parent 4acf3f1 commit 601c076

File tree

3 files changed

+1
-26
lines changed

3 files changed

+1
-26
lines changed

src/main/kotlin/com/github/dinbtechit/vscodetheme/actions/AlwaysApplyThemeAction.kt

-20
This file was deleted.

src/main/kotlin/com/github/dinbtechit/vscodetheme/startup/VSCodeStartupNotifyActivity.kt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.github.dinbtechit.vscodetheme.startup
22

33
import com.github.dinbtechit.vscodetheme.VSCodeThemeManager
4-
import com.github.dinbtechit.vscodetheme.actions.AlwaysApplyThemeAction
4+
55
import com.github.dinbtechit.vscodetheme.actions.DonateAction
66
import com.github.dinbtechit.vscodetheme.actions.StarGithubRepoAction
77
import com.github.dinbtechit.vscodetheme.actions.WhatsNewAction
@@ -95,7 +95,6 @@ class VSCodeStartupNotifyActivity : ProjectActivity {
9595
.createNotification(content, type)
9696
.setTitle(title)
9797
.setIcon(VSCodeIcons.Logo)
98-
.addAction(AlwaysApplyThemeAction(text = "Themes"))
9998
.addAction(DonateAction())
10099
.addAction(StarGithubRepoAction())
101100
.addAction(WhatsNewAction())

src/main/resources/META-INF/plugin.xml

-4
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@
3636
<errorHandler implementation="com.github.dinbtechit.vscodetheme.diagostic.VSCodeErrorReportSubmitter"/>
3737
</extensions>
3838
<actions>
39-
<action id="com.github.dinbtechit.vscodetheme.actions.AlwaysApplyThemeAction"
40-
class="com.github.dinbtechit.vscodetheme.actions.AlwaysApplyThemeAction"
41-
text="Always Apply" description="Always action">
42-
</action>
4339
<action id="com.github.dinbtechit.vscodetheme.actions.DismissNotification"
4440
class="com.github.dinbtechit.vscodetheme.actions.DismissNotification"
4541
text="Dismiss" description="Dismiss notification">

0 commit comments

Comments
 (0)