Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS 2019 - What does "Run selected code locally" do?

enter image description here

I am using Visual Studio Community 2019 ver 16.1.6 and see the first menu item in the right click menu that says "Run selected code locally".

Highlighting code and choosing this feature does not seem to do anything. My guess is that it is to do with the new Live Share Session (?). Googling the phrase surprisingly does not return any meaningful results or documentation (at least at this time).

Any ideas?

like image 838
WillC Avatar asked Nov 07 '22 14:11

WillC


1 Answers

Looks like it is associated with "Azure Data Lake and Stream Analytics" extension being installed.

There is still no further information about what it does to warrant being the first item on the Asp.net project text editor right click drop-down.

Here is a link to a closed bug story. https://developercommunity.visualstudio.com/content/problem/557252/right-clicking-in-code-editor-puts-run-selected-co.html

like image 59
WillC Avatar answered Nov 15 '22 07:11

WillC