interactive icon indicating copy to clipboard operation
interactive copied to clipboard

Don't name kernel directories starting with a period character

Open burnchar opened this issue 1 year ago • 0 comments

Describe the bug

Naming the .NET kernels with a period hides them in Unix/Linux. This is confusing, as normal attempts to list the directories will not show them. I suggest "dotnet" rather than ".net".

# ls
python3  python3.10  python3.9
# ls -a
.  ..  .net-csharp  .net-fsharp  .net-powershell  python3  python3.10  python3.9

Please complete the following:

burnchar avatar Feb 23 '24 00:02 burnchar