From e4802284267df8aaac10b0946fe640ad8dd9dd5f Mon Sep 17 00:00:00 2001 From: quito418 Date: Fri, 29 Apr 2022 13:02:18 +0900 Subject: [PATCH] update - use runtime index building as default --- .vscode/settings.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 2bc9b80..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "files.associations": { - "array": "cpp", - "string_view": "cpp", - "initializer_list": "cpp", - "utility": "cpp", - "*.tcc": "cpp", - "atomic": "cpp" - } -} \ No newline at end of file