Add vscode association

This commit is contained in:
Atlas Cove 2023-10-27 12:10:26 +01:00
parent a0c16265e4
commit 7f54ee12fd
1 changed files with 5 additions and 0 deletions

5
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"files.associations": {
"*.txti": "textile"
}
}