Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
This commit is contained in:
2022-03-12 17:48:46 +07:00
parent 870feb9901
commit 0d743cdab7
4 changed files with 57 additions and 47 deletions

30
settings.json Normal file
View File

@@ -0,0 +1,30 @@
{
"expr_list" : [
[
"^[a-zA-Z]+\\d+$",
"R54-630300"
],
[
"^\\d+[a-zA-Z]+\\d+$",
"R54-"
],
[
"^[rR]\\d*[-]\\d+[a-zA-Z]+\\d+$",
""
]
],
"pc" : {
"2" : [
"IT01",
"IT02",
"630870MMP01",
"R54-630870MMP02"
],
"7" : [
"PIS09",
"PIS10",
"630870THE01",
"R54-630870THE02"
]
}
}