You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have a c# solution with a md-file. I pushed it to a repo (Sol1). I downloaded a zip from the repo and extracted it to the downloads folder (Sol2). Sol1 works perfectly fine. Images from a subfolder are shown in preview and I have all the MDv2-context menu's. In Sol2 the same code doesn't work and I don't have MDv2-context menus.
For showing the images I use the following code, because I want to be able to set the width.
I have used this code in several solutions and it works. Only in Sol2 it doesn't. The code following code works everywhere, but I can't set the width.
![File](Images/Mark%20Down%20Editor.png)
To Reproduce
Steps to reproduce the behavior:
Create a solution folder _Docs
Via Windows Explorer create a _Docs folder in the Solution folder
In the _Docs folder add an Image folder
Add an image to the image folder
In VS right click on _Docs; add existing item and add the image folder
In VS right click on the Images folder; add existing item and add the image
Right click on the _Docs folder; add new item; select textfile; .md (wasn't there a special md-filetype? There isn't now)
Add code (<p align...) like above with correct path to your image
All the above lead to Sol1
Add your project to a git repository
Download your repository to a zip-file
Extract the zip in a folder in the downloads folder
The downloaded solution is Sol2
Start the solution and trust the downloade solution
Expected behavior
Sol1 will work fine, you will see the image in the preview and you'll see the image while hovering over the file-path.
Sol2 won't show the image in the preview, but it will also show while hovering just like in Sol1.
Screenshots
In Sol1 You see the image and you also have these two context menus:
and
In Sol2 the context menus won't be available
Additional context
I think to remember that if you did an "Add new item" you could choose MarkDown. I don't have that now.
Sol1 and Sol2 show act the same in VS2022 preview (7.13.0 Preview 1.0) and in VS2022 (17.12.2)
I am using Windows 11
The text was updated successfully, but these errors were encountered:
Describe the bug
I have a c# solution with a md-file. I pushed it to a repo (Sol1). I downloaded a zip from the repo and extracted it to the downloads folder (Sol2). Sol1 works perfectly fine. Images from a subfolder are shown in preview and I have all the MDv2-context menu's. In Sol2 the same code doesn't work and I don't have MDv2-context menus.
For showing the images I use the following code, because I want to be able to set the width.
I have used this code in several solutions and it works. Only in Sol2 it doesn't. The code following code works everywhere, but I can't set the width.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Sol1 will work fine, you will see the image in the preview and you'll see the image while hovering over the file-path.
Sol2 won't show the image in the preview, but it will also show while hovering just like in Sol1.
Screenshots
In Sol1 You see the image and you also have these two context menus:
and
In Sol2 the context menus won't be available
Additional context
I think to remember that if you did an "Add new item" you could choose MarkDown. I don't have that now.
Sol1 and Sol2 show act the same in VS2022 preview (7.13.0 Preview 1.0) and in VS2022 (17.12.2)
I am using Windows 11
The text was updated successfully, but these errors were encountered: