Skip to content

Commit 0514821

Browse files
committed
Fix: tweak CodeSpaces config.
1 parent 1b55b78 commit 0514821

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
},
3333
"vscode": {
3434
"settings": {
35+
// Use the local build of the CodeChat Editor, instead of the one packaged with the
36+
// VSCode extension.
3537
"CodeChatEditor.Server.Command": "/workspaces/CodeChat_Editor/server/target/debug/codechat-editor-server"
3638
},
3739
"extensions": [

.devcontainer/postStartCommand.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
#!/usr/bin/env bash
2-
3-
cd server
4-
# TODO: this doesn't open a file from the codespace, unfortunately.
5-
cargo run -- start ../README.md
2+
#
3+
# Currently, nothing needs to be done after the build completes.

0 commit comments

Comments
 (0)