summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorJonathan de Jong <jonathan@automatia.nl>2021-03-14 11:55:28 +0100
committerJonathan de Jong <jonathan@automatia.nl>2021-03-14 11:55:28 +0100
commit03670282037c56d870605fb6e00c637c488a8c28 (patch)
tree09d224c98b08b8bdfc27db985dc2d0a6248f7e0b /.vscode
parente785ff6f56040c15e81f61bd758dfceb939394ef (diff)
downloadconduit-03670282037c56d870605fb6e00c637c488a8c28.zip
add settings.json
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..c3f6605
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,3 @@
+{
+ "rust-analyzer.procMacro.enable": true
+} \ No newline at end of file