feat(Core/Chat): new argument parsing and unify chat hyperlink parsing (#6243)

This commit is contained in:
Kargatum
2021-10-23 15:15:42 +07:00
committed by GitHub
parent 1101f9dd2a
commit bc9473482e
90 changed files with 4280 additions and 2508 deletions

View File

@@ -1,5 +1,8 @@
{
"files.associations": {
"*.dist": "properties",
"*.crash": "properties",
"*.wtf": "properties",
"array": "cpp",
"atomic": "cpp",
"bit": "cpp",
@@ -62,7 +65,8 @@
"thread": "cpp",
"cfenv": "cpp",
"typeinfo": "cpp",
"codecvt": "cpp"
"codecvt": "cpp",
"xstring": "cpp"
},
"deno.enable": true,
"deno.path": "deps/deno/bin/deno",