We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ed5b73 commit cbcad39Copy full SHA for cbcad39
ci/build/build-release.sh
@@ -25,12 +25,6 @@ main() {
25
rsync README.md "$RELEASE_PATH"
26
rsync LICENSE.txt "$RELEASE_PATH"
27
rsync ./lib/vscode/ThirdPartyNotices.txt "$RELEASE_PATH"
28
-
29
- # code-server exports types which can be imported and used by plugins. Those
30
- # types import ipc.d.ts but it isn't included in the final vscode build so
31
- # we'll copy it ourselves here.
32
- mkdir -p "$RELEASE_PATH/lib/vscode/src/vs/server"
33
- rsync ./lib/vscode/src/vs/server/ipc.d.ts "$RELEASE_PATH/lib/vscode/src/vs/server"
34
}
35
36
bundle_code_server() {
0 commit comments