mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-16 23:34:10 +02:00
Fixed opening workspace paths containing '/../' or '/./'
This commit is contained in:
parent
8328e646bd
commit
c2ee401812
6 changed files with 50 additions and 10 deletions
|
@ -7,6 +7,7 @@ using System.Security.Cryptography;
|
|||
|
||||
namespace IDE
|
||||
{
|
||||
[AllowDuplicates]
|
||||
public enum LineEndingKind
|
||||
{
|
||||
Lf, // \n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue