kosmos.ebi

Results 25 comments of kosmos.ebi

If I use string interpolation of ILogger in function app class, log is garbled when using multi-bytes character. e.g. ```csharp log.LogInformation("ほげほげ: {0}", data); //no problem log.LogInformation($"ふがふが: {data}"); //garbled ``` ![image](https://user-images.githubusercontent.com/1254213/70885938-a73aa400-201d-11ea-949d-f176cd1fec33.png)...

@I-love-study I don't know extension can access to tab information from editor extension. However currently ClaudiaIDE support settings per solution. Just idea, If this feature expand to `per project`. For...

What is you said "tab groups" mean? Visual Studio's tab group (such as per project or per file extension)? or "documents group"?

Okey, I think that is 'documents group' of Visual Studio. I want to find how-to access document group information from extensions.

@r2com could you provide settings, screenshot and more details?

I guess fixed it of [3.0.0.9](https://github.com/buchizo/ClaudiaIDE/releases/tag/Release3.0.0.9)

this issue occurred in this case as follows: - ExpandIDE is true - Start VS2022 without code

@yuantianle If you find .claudiaideconfig file in solution's folder, remove it. That file is specific settings for same folder's Visual Studio solution and priority high compare than general settings (in...

is dynamic gif means animated gif? ClaudiaIDE do not support animated gif yet.

Oh, that's crazy feature... I will consider it..