JetBrains Rider: Can't change environment variable in a project profile
Asked Answered
B

1

9

I am attempting to modify a .NET project's settings profile in JetBrains Rider on Linux by changing its environment variables. However, when I click on the folder icon, I can't click to add, delete, or modify any environment variables.

Folder icon

I noticed that in Rider's instructions on changing environment variables, they are not showing a folder icon, but instead a "..." icon which does allow you to edit environment variables.

enter image description here

My question is: How can I edit my environment variables?

Barranca answered 7/5, 2019 at 12:55 Comment(0)
A
11

Under your project folder, go to:

Properties -> lauchSettings.json

Then go ahead and edit your environmentVariables there

Angelia answered 2/8, 2019 at 3:42 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.