We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca83eef commit 2f9a222Copy full SHA for 2f9a222
appveyor.yml
@@ -1,4 +1,4 @@
1
-image: Visual Studio 2019
+image: Visual Studio 2022
2
3
install:
4
- ps: (new-object Net.WebClient).DownloadString("https://raw.github.com/madskristensen/ExtensionScripts/master/AppVeyor/vsix.ps1") | iex
src/2022/extensions.vsext
@@ -48,6 +48,10 @@
48
{
49
"name": "VS Theme Colors 2022",
50
"vsixId": "6ad27930-f7a1-4888-a172-c6fa4440e7a1"
51
+ },
52
+ {
53
+ "name": "VSCode Theme Converter",
54
+ "vsixId": "ThemeConverter.df309c71-fe30-4f88-bf07-d73fbc24fd11"
55
}
56
]
57
0 commit comments