We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb7de5 commit 2254547Copy full SHA for 2254547
sandbox/scripts/setup-environment.sh
@@ -11,8 +11,6 @@ bash /workspaces/ShowScript/sandbox/scripts/download-plugins.sh
11
# Start the Minecraft server
12
cd /workspaces/ShowScript/sandbox
13
14
-ln -s /workspaces/ShowScript/sandbox/server /data
+ln -s /data /workspaces/ShowScript/sandbox/server
15
16
-# Attach the VSCode Console to the Minecraft server
17
-# Note: Implementation depends on the specific method used to start the server and VSCode integration
18
-code --command workbench.action.tasks.runTask 'Minecraft Server'
+# Attach the VSCode Console to the Minecraft server
0 commit comments