diff options
author | Kargatum <dowlandtop@yandex.com> | 2021-10-23 15:15:42 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-23 10:15:42 +0200 |
commit | bc9473482e94d0fe3766fa42eeca4c796c93a8b1 (patch) | |
tree | f88532d3e5944746cecc9f129a6cea8ad78344b9 /.vscode | |
parent | 1101f9dd2a8f7c049b728ddb5302997e00dc3038 (diff) |
feat(Core/Chat): new argument parsing and unify chat hyperlink parsing (#6243)
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/settings.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 5f14844b00..e48b4f25d1 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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", |