-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Set TXT files to CRLF to ensure consistent encoding | ||
*.txt text=crlf | ||
# Set TXT files to LF to ensure consistent encoding | ||
*.txt text=lf | ||
|
||
# Set LMZA files to be binary | ||
*.lzma binary |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"version": "1", | ||
"environments": [ | ||
// See https://aka.ms/remotetesting for more details | ||
// about how to configure remote environments. | ||
{ | ||
"name": "WSL Ubuntu", | ||
"type": "wsl", | ||
"wslDistribution": "Ubuntu-24.04" | ||
}, | ||
{ | ||
"name": "Docker dotnet/sdk", | ||
"type": "docker", | ||
"dockerImage": "mcr.microsoft.com/dotnet/sdk" | ||
} | ||
] | ||
} |