mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 08:30:25 +02:00
Show comptime emits as embedded sourceviews
This commit is contained in:
parent
ee27f6fd02
commit
4d1e14a1c3
65 changed files with 3360 additions and 633 deletions
|
@ -584,6 +584,13 @@ namespace IDE
|
|||
{
|
||||
if (inRelPath.IsEmpty)
|
||||
return;
|
||||
|
||||
if (inRelPath.StartsWith('$'))
|
||||
{
|
||||
outAbsPath.Append(inRelPath);
|
||||
return;
|
||||
}
|
||||
|
||||
Path.GetAbsolutePath(inRelPath, mDir, outAbsPath);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue