summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorBotahamec <botahamec@outlook.com>2022-10-22 13:23:59 -0400
committerBotahamec <botahamec@outlook.com>2022-10-22 13:23:59 -0400
commit53bd72abada001fa6323a66da5c6761f6dce5c13 (patch)
tree8740e43777acf14d0c266922707ba6b4c96fba14 /.vscode
Create the Expect type
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..98e490e
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,3 @@
+{
+ "rust-analyzer.cargo.features": "all"
+} \ No newline at end of file