Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» Vscode option
Browse files Browse the repository at this point in the history
  • Loading branch information
yhs0602 committed Dec 13, 2024
1 parent 16b55ee commit ac8fb5d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ data/
saved_models_400
*.pt
wandb/
*.json
*.mp4

dejavu-fonts-ttf-2.37.zip
Expand Down
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"C_Cpp.default.compileCommands": "${workspaceFolder}/craftground/MinecraftEnv/compile_commands.json",
"clangd.arguments": [
"--background-index",
"--compile-commands-dir=${workspaceFolder}/craftground/MinecraftEnv/"
],
}
2 changes: 1 addition & 1 deletion craftground/MinecraftEnv

0 comments on commit ac8fb5d

Please sign in to comment.