File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 22 'examples/sublime_debug/sublime.sublime-project' ,
33 'examples/cpp/cpp.sublime-project' ,
44 'examples/go/go.sublime-project' ,
5+ 'examples/csharp/csharp.sublime-project' ,
56 'examples/mock/mock.sublime-project' ,
67 'examples/php/php.sublime-project' ,
78 'examples/python/python.sublime-project' ,
Original file line number Diff line number Diff line change 44 "path" : " ." ,
55 }
66 ],
7- "build_systems " : [
7+ "debugger_tasks " : [
88 {
9- "name" : " build " ,
9+ "name" : " Build " ,
1010 "cmd" : [" dotnet" , " build" ],
11+ "working_dir" : " ${folder}" ,
1112 }
1213 ],
1314 "debugger_configurations" : [
1415 {
15- "name" : " .NET Core Launch (console)" ,
16+ "pre_debug_task" : " Build" ,
17+
18+ "name" : " CSharp: NET Core Launch (console)" ,
1619 "type" : " coreclr" ,
1720 "request" : " launch" ,
1821 "program" : " ${folder}/bin/Debug/net8.0/csharp.dll" ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ class CSharpInstaller(util.GitSourceInstaller):
1414 HOSTS_PLATFORMS = {
1515 'windows' : 'win32' ,
1616 'linux' : 'linux' ,
17- 'osx' : 'osx ' ,
17+ 'osx' : 'darwin ' ,
1818 }
1919
2020 HOST_ARCHS = {
You can’t perform that action at this time.
0 commit comments