{
"cmd": ["dotnet", "run", "${file_path}"],
"working_dir": "${file_path}",
"variants": {
"run": {
"name": "Run",
"shell": true,
"project": null
}
}
}
Couldn't find a project to run. Ensure a project exists in C:\Users\unknown\AppData\Roaming\Sublime Text 3\Packages\User, or pass the path to the project using --project.
[Finished in 0.1s]
I want to run C# in sublime without compiling C# code over and over again. I want the process of compiling the C# code and generating .exe
from the script automatically.
Is there a working config for C# for sublime?
I tried these methods but those are not working :