Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuchovej committed Jul 6, 2023
2 parents c1e4649 + 4b18cb3 commit 1098465
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/ubuntu
{
"name": "BoxWorld",
"name": "BoxesWorld",
"image": "mcr.microsoft.com/devcontainers/base:jammy",

"hostRequirements": {
Expand Down Expand Up @@ -30,8 +30,8 @@
}
],

"workspaceMount": "source=${localWorkspaceFolder},target=/BoxesWorld,type=bind,consistency=cached",
"workspaceFolder": "/BoxesWorld",
"workspaceMount": "source=${localWorkspaceFolder},target=/w,type=bind,consistency=cached",
"workspaceFolder": "/w",

"customizations": {
"vscode": {
Expand Down Expand Up @@ -69,7 +69,7 @@
},

"containerEnv": {
"JULIA_PROJECT": "/BoxesWorld",
"JULIA_PROJECT": "/w",
"JULIA_NUM_THREADS": "auto",
},

Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "BoxesWorld"
uuid = "3a8eabaa-ff0c-46c8-af7c-f38dcbb67fff"
authors = ["John Muchovej <5000729+jmuchovej@users.noreply.github.com> and contributors"]
version = "0.1.0"
version = "0.1.1"

[deps]
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Expand Down

0 comments on commit 1098465

Please sign in to comment.