mirror of
https://github.com/ZuneDev/ZuneUIXTools.git
synced 2026-07-27 13:11:59 -07:00
Exclude URI of current file from imports
This commit is contained in:
@@ -28,6 +28,9 @@ public class Disassembler
|
||||
continue;
|
||||
|
||||
// Skip self
|
||||
if (uri == _loadResult.Uri)
|
||||
continue;
|
||||
|
||||
string name = uri;
|
||||
var schemeLength = uri.IndexOf("://");
|
||||
if (schemeLength > 0)
|
||||
|
||||
Reference in New Issue
Block a user