Skip to content

Commit a825cc4

Browse files
committed
Add .vscode folder to repository
This gives rust analyzer its own target directory, preventing build directory contention and cutting down on recompiles.
1 parent bb98202 commit a825cc4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ dist-ssr
1414
*.local
1515

1616
# Editor directories and files
17-
.vscode/*
18-
!.vscode/extensions.json
1917
.idea
2018
.DS_Store
2119
*.suo

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"rust-analyzer.cargo.extraEnv": {
3+
"MACOSX_DEPLOYMENT_TARGET": "10.13"
4+
}
5+
}

0 commit comments

Comments
 (0)