You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by aa...@apache.org on 2022/06/17 10:32:15 UTC

[rocketmq-clients] branch master updated: Delete .vscode

This is an automated email from the ASF dual-hosted git repository.

aaronai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git


The following commit(s) were added to refs/heads/master by this push:
     new d3a71e5  Delete .vscode
d3a71e5 is described below

commit d3a71e5cbd8d04d04ccb933afc630a307d73891c
Author: Aaron Ai <ya...@gmail.com>
AuthorDate: Fri Jun 17 18:31:49 2022 +0800

    Delete .vscode
---
 .vscode/settings.json | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/.vscode/settings.json b/.vscode/settings.json
deleted file mode 100644
index 9d42abd..0000000
--- a/.vscode/settings.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
-    "C_Cpp.intelliSenseEngine": "Disabled",
-    "C_Cpp.autocomplete": "Disabled",  // So you don't get autocomplete from both extensions.
-    "C_Cpp.errorSquiggles": "Disabled", // So you don't get error squiggles from both extensions (clangd's seem to be more reliable anyway).
-    "clangd.arguments": [
-        "-log=verbose",
-        "-pretty",
-        "--background-index", 
-        "--header-insertion=never", 
-        "--compile-commands-dir=${workspaceFolder}/",
-        "--query-driver=/**/*",
-    ],
-    "cSpell.words": [
-        "Opencensus",
-        "SPDLOG"
-    ]
-}
\ No newline at end of file