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 486652a commit 1c8eedeCopy full SHA for 1c8eede
ci/build/build-release.sh
@@ -21,6 +21,10 @@ main() {
21
rsync README.md "$RELEASE_PATH"
22
rsync LICENSE.txt "$RELEASE_PATH"
23
rsync ./lib/vscode/ThirdPartyNotices.txt "$RELEASE_PATH"
24
+
25
+ # Keep these types since code-server's exported types use them.
26
+ mkdir -p "$RELEASE_PATH/lib/vscode/src/vs/server"
27
+ rsync ./lib/vscode/src/vs/server/ipc.d.ts "$RELEASE_PATH/lib/vscode/src/vs/server"
28
}
29
30
bundle_code_server() {
0 commit comments