buchizo / ClaudiaIDE

This extension can change easily the background image of editor window in Visual Studio.
https://marketplace.visualstudio.com/items?itemName=kbuchi.ClaudiaIDE
638 stars 112 forks source link

Configuration is Unavailable for Visual Studio Enterprise 2022 17.0.4 #113

Closed Coscotex101 closed 1 year ago

Coscotex101 commented 2 years ago

It installs fine and I can see the default image.

However, I can't find "ClaudiaIDE" anywhere on Tools => Options

image So I'm stuck with the default image

buchizo commented 2 years ago

@Coscotex101

A default settings is config.txt file in Visual Studio extensions install path such as C:\Users\_username__\AppData\Local\Microsoft\VisualStudio\17.0______\Extensions\__unique_id___ folder. You can modify default image path of BackgroundImageAbsolutePath property. (should escape directory separator to \\.)

And ClaudiaIDE option page using Visual Studio feature. I guess your Visual Studio environment or setup issue cause ClaudiaIDE option page problem in this case. Could you re-install VSIX?