C
C#16mo ago
VLDK

❔ 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
Monsieur Wholesome
That is not VS, that is VSCode FYI
VLDK
VLDK16mo ago
my bad Ти з України?
Monsieur Wholesome
Nope, sorry
VLDK
VLDK16mo ago
Ohh okay, I just saw your status Slava Ukraini and thought you from Ukraine
Monsieur Wholesome
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
VLDK
VLDK16mo ago
Yeah, neither do I, I would love that Ukrainian have Latin letters but anyways I love it
Monsieur Wholesome
What does "Open Settings" show you?
VLDK
VLDK16mo ago
It just showing the settings of VSCode
Monsieur Wholesome
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?
VLDK
VLDK16mo ago
No it just transfer me to this:
VLDK
VLDK16mo ago
Monsieur Wholesome
Search the settings for "mono"
VLDK
VLDK16mo ago
Monsieur Wholesome
You see that?
Monsieur Wholesome
okidoki, next step
VLDK
VLDK16mo ago
yep
Monsieur Wholesome
is mono installed under the path /usr/bin/?
VLDK
VLDK16mo ago
/usr/bin/mono yes
Monsieur Wholesome
Put that into that text box in the settings, restart vscode and let's see
VLDK
VLDK16mo ago
I did and again this message
Monsieur Wholesome
is /usr/bin/mono the executable, or is it a folder by chance
VLDK
VLDK16mo ago
I think it's executable, right?:
Monsieur Wholesome
link to executable lul just cuz im curious, where does it link?
VLDK
VLDK16mo ago
It links in here
Monsieur Wholesome
uh huh Okay anyways, is the vscode mono path empty? As in, did it clear the setting or something
VLDK
VLDK16mo ago
No, it remained the way I put it
VLDK
VLDK16mo ago
I am also curious
Monsieur Wholesome
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
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View
MODiX
MODiX16mo ago
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.png
Unknown User
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View
Monsieur Wholesome
But for unity for sure outside of the .net core context
Unknown User
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View
Accord
Accord16mo ago
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.