debugger: Fix wrong path to the downloaded delve-shim-dap (#31738)
Closes #ISSUE Release Notes: - N/A
This commit is contained in:
parent
3a60420b41
commit
5462e199fb
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ impl GoDebugAdapter {
|
|||
|
||||
let path = paths::debug_adapters_dir()
|
||||
.join("delve-shim-dap")
|
||||
.join(format!("delve-shim-dap{}", asset.tag_name))
|
||||
.join(format!("delve-shim-dap_{}", asset.tag_name))
|
||||
.join(format!("delve-shim-dap{}", std::env::consts::EXE_SUFFIX));
|
||||
self.shim_path.set(path.clone()).ok();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue