Allow custom names in ktxt2 settings

This commit is contained in:
2023-03-20 21:30:46 -06:00
parent cf0e0800a5
commit 4c41781ccb
3 changed files with 33 additions and 11 deletions

View File

@@ -38,7 +38,22 @@
"title": "ktxt2: Import a file to a new KTxt2 file",
"command": "ktxt2.importKTxt2InputFile"
}
]
],
"configuration": {
"title": "ktxt2",
"properties": {
"ktxt2.nameExceptions": {
"description": "Treat these tokens as names",
"items": {
"type": "string"
},
"type": [
"array"
],
"default": []
}
}
}
},
"engines": {
"vscode": "^1.4.0"