vscode-extensions.ms-vscode.cpptools: use mono 5 (#49489)
This commit is contained in:
parent
0c1ee96a89
commit
f8ef8bf469
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchzip, vscode-utils, jq, mono46, clang-tools, writeScript
|
||||
{ stdenv, fetchzip, vscode-utils, jq, mono, clang-tools, writeScript
|
||||
, gdbUseFixed ? true, gdb # The gdb default setting will be fixed to specified. Use version from `PATH` otherwise.
|
||||
}:
|
||||
|
||||
@ -59,7 +59,7 @@ let
|
||||
export PATH=''${PATH}''${PATH:+:}${gdb}/bin
|
||||
''
|
||||
else ""}
|
||||
${mono46}/bin/mono $BIN_DIR/bin/OpenDebugAD7.exe $*
|
||||
${mono}/bin/mono $BIN_DIR/bin/OpenDebugAD7.exe $*
|
||||
'';
|
||||
in
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user