1thenikita / Visual-Studio

A Discord Rich Presence extension for both Visual Studio 2017 and 2019.
https://marketplace.visualstudio.com/items?itemName=VisualDevelopment.drpcvs2019
GNU Affero General Public License v3.0
91 stars 32 forks source link

editing folder cuts off file name #53

Open CottageDwellingCat opened 3 years ago

CottageDwellingCat commented 3 years ago

Bug description:

when working in a project without a .sln file (choosing open folder option in the launcher) text fallowing a decimal point will be trimmed

Reproduction steps:

Steps to reproduce the behavior:

  1. create a folder on your computer called something.something.io
  2. right click folder
  3. select open folder in visual studio
  4. look at your discord status, notice that only something.something is displayed in the current solution section

Expected behavior:

something.something.io would be displayed

Screenshots: the solution is shown in VS as: actual solution name and rendered on discord as: discord status

Desktop

1thenikita commented 3 years ago

If I'm not mistaken, this is where the text length limit for discord precense comes into play. Try creating the same length text without the dot.

@CottageDwellingCat

CottageDwellingCat commented 3 years ago

@1thenikita

If I'm not mistaken, this is where the text length limit for discord presence comes into play.

I don't think that's the case, I am able to make a much longer string with a custom tool. image

Try creating the same length text without the dot.

Removing second dot makes my presence image

1thenikita commented 3 years ago

@1thenikita

If I'm not mistaken, this is where the text length limit for discord presence comes into play.

I don't think that's the case, I am able to make a much longer string with a custom tool. image

Try creating the same length text without the dot.

Removing second dot makes my presence image

Okay, thanks for the information, I'll see what I can do.