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

yzhao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mnemonic.git

commit 42b6d4d4d71c4a3d38dc3e36531600c69172c97b
Author: Gordon King <[email protected]>
AuthorDate: Fri Mar 4 20:10:27 2022 -0800

    MNEMONIC-726: Adding initial version of VSCode settings
---
 .gitignore            | 1 +
 .vscode/settings.json | 6 ++++++
 2 files changed, 7 insertions(+)

diff --git a/.gitignore b/.gitignore
index a1866c1..5ba25d9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -63,3 +63,4 @@ GPATH
 GRTAGS
 GTAGS
 TAGS
+.dccache
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..8a0fc9b
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,6 @@
+{
+    "atlascode.enableCurlLogging": false,
+    "atlascode.jira.showCreateIssueProblems": false,
+    "atlascode.enableCharles": false,
+    "atlascode.bitbucket.enabled": false
+}
\ No newline at end of file

Reply via email to