Skip to content

Commit

Permalink
improve vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Jul 11, 2024
1 parent 474b736 commit 9421c0a
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,10 @@
],
"i18n-ally.pathMatcher": "{locale}/{namespace}.json",
"i18n-ally.tabStyle": "tab",
"rust-analyzer.runnables.extraEnv": [
{
"platform": "win32",
"env": {
"FFMPEG_DIR": "C:\\Users\\User\\Documents\\code\\vibe\\desktop\\src-tauri\\ffmpeg",
"OPENBLAS_PATH": "C:\\Users\\User\\Documents\\code\\vibe\\desktop\\src-tauri\\openblas",
"CLBlast_DIR": "C:\\Users\\User\\Documents\\code\\vibe\\desktop\\src-tauri\\clblast",
"LIBCLANG_PATH": "C:\\Program Files\\LLVM\\bin"
}
}
]
"rust-analyzer.cargo.extraEnv": {
"FFMPEG_DIR": "${workspaceFolder}\\desktop\\src-tauri\\ffmpeg",
"OPENBLAS_PATH": "${workspaceFolder}\\desktop\\src-tauri\\openblas",
"CLBlast_DIR": "${workspaceFolder}\\desktop\\src-tauri\\clblast",
"LIBCLANG_PATH": "C:\\Program Files\\LLVM\\bin"
},
}

0 comments on commit 9421c0a

Please sign in to comment.