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 1b55b78 commit 0514821Copy full SHA for 0514821
.devcontainer/devcontainer.json
@@ -32,6 +32,8 @@
32
},
33
"vscode": {
34
"settings": {
35
+ // Use the local build of the CodeChat Editor, instead of the one packaged with the
36
+ // VSCode extension.
37
"CodeChatEditor.Server.Command": "/workspaces/CodeChat_Editor/server/target/debug/codechat-editor-server"
38
39
"extensions": [
.devcontainer/postStartCommand.sh
@@ -1,5 +1,3 @@
1
#!/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
+#
+# Currently, nothing needs to be done after the build completes.
0 commit comments