Skip to content

Commit

Permalink
how is this relative
Browse files Browse the repository at this point in the history
  • Loading branch information
Phault committed Mar 16, 2024
1 parent ae4f995 commit d1a2452
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/proto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ pub fn register_tool(Json(_): Json<ToolMetadataInput>) -> FnResult<Json<ToolMeta
let env = get_host_environment()?;
let dotnet_sdk_dir = virtual_path!(buf, get_dotnet_root(&env)?.join("sdk"));

info!("sdk dir: {}", dotnet_sdk_dir);

Ok(Json(ToolMetadataOutput {
name: NAME.into(),
type_of: PluginType::Language,
Expand Down

0 comments on commit d1a2452

Please sign in to comment.