❔ Why VS Code showing me these messages?
I want to use Visual Studio Code for Unity development on Fedora Linux but it showing me these messages. I installed what it wanted but it again showing these, how to fix it?
35 Replies
That is not VS, that is VSCode FYI
my bad
Ти з України?
Nope, sorry
Ohh okay, I just saw your status Slava Ukraini and thought you from Ukraine
As much as I would love to learn Ukrainian, the barrier of not being able to type Cyrillic on pc is keeping me from it
Yeah, neither do I, I would love that Ukrainian have Latin letters but anyways I love it
What does "Open Settings" show you?
It just showing the settings of VSCode
The bottom right thing can be disabled permanently
With unity, you dont want (can't) to use .net core anyways
Does it not focus on / scroll to anything specific to mono?
No it just transfer me to this:
Search the settings for "mono"
You see that?
okidoki, next step
yep
is
mono
installed under the path /usr/bin/
?/usr/bin/mono
yes
Put that into that text box in the settings, restart vscode and let's see
I did and again this message
is
/usr/bin/mono
the executable, or is it a folder by chanceI think it's executable, right?:
link to executable lul
just cuz im curious, where does it link?
It links in here
uh huh
Okay anyways, is the vscode mono path empty? As in, did it clear the setting or something
No, it remained the way I put it
I am also curious
GitHub
Cannot find Mono (including MSBuild) on VS Code (Fedora Linux) · Is...
Environment data dotnet --info output: .NET SDK (reflecting any global.json): Version: 6.0.110 Commit: ce0a42998a Runtime Environment: OS Name: fedora OS Version: 37 OS Platform: Linux RID: fedora....
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
1) Install the C# extension
2)
2.a) DO NOT USE OPEN FILE
2.b) Always use
Open Folder
(from the File
menu), and open the folder containing your sln file (or the folder containing the csproj
if you have only one csproj
)
3) To make the extension start and detect C#, either:
3.a) wait for the prompt that will appear on the bottom right of your screen that ask you if you want it to create some files, and say Yes
3.b) Command Palette (F1
or Ctrl+Shift+P
) and type > .Net : Generate Assets for build and run
4) you should see a flame on the Status
bar with the Omnisharp logo (see second attached screenshot)
5) it should load to finally say OmniSharp server is running (if not ask for help)
https://media.discordapp.net/attachments/569261465463160900/1006652191689429022/unknown.png
https://cdn.discordapp.com/attachments/569261465463160900/951015732769079336/unknown.pngUnknown User•2y ago
Message Not Public
Sign In & Join Server To View
But for unity for sure
outside of the .net core context
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.