Skip to content

Commit ec5f727

Browse files
committed
Remove VITA_IP env
1 parent 821d75b commit ec5f727

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.zed/tasks.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"--release"
4242
],
4343
"env": {
44-
"VITA_IP": "192.168.0.14",
4544
"RUSTFLAGS": "-Zlocation-detail=none -Zfmt-debug=none -Clto=fat -Zub-checks=no -Zsaturating-float-casts=no -Ztrap-unreachable=no -Zmir-opt-level=4"
4645
}
4746
},
@@ -57,9 +56,6 @@
5756
"--",
5857
"--profile",
5958
"release-debug"
60-
],
61-
"env": {
62-
"VITA_IP": "192.168.0.14"
63-
}
59+
]
6460
}
6561
]

0 commit comments

Comments
 (0)