Matthias Koch

Results 46 issues of Matthias Koch

@sharwell tried this recently, the code I ended up with looks like this: $(VsxDep);envdte $(VsxDep);stdole $(VsxDep);VSLangProj $(VsxDep);VSLangProj2 $(VsxDep);VSLangProj100 $(VsxDep);VSLangProj80 $(VsxDep);VSLangProj90 $(VsxDep);EnvDTE80 $(VsxDep);EnvDTE90 $(VsxDep);EnvDTE90a $(VsxDep);EnvDTE100 False Tested with SDK-based and legacy...

As a comment on vsgallery I read that you plan to enable emojis only in comments. Please think about an option that allows to turn that on by hand.

When I enter an emoji and use the arrow keys for navigation, the true position is like I still have the text instead of the icon.

https://youtrack.jetbrains.com/issue/TW-50921

Notion allows using date mentions with or without time. However, the API requires me to set a `DateTime`, which cannot represent a date without time.

The original `Mention` object allows to set ta date as follows: ``` mention.Mention.Date.Date = new Date { Start = ... } ``` This results in a serialized JSON that has...