Skip to content

Commit cbcad39

Browse files
committed
Remove ipc.d.ts from final build
Now that the plugin API has its own separate types this is no longer necessary.
1 parent 8ed5b73 commit cbcad39

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ci/build/build-release.sh

-6
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ main() {
2525
rsync README.md "$RELEASE_PATH"
2626
rsync LICENSE.txt "$RELEASE_PATH"
2727
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"
3428
}
3529

3630
bundle_code_server() {

0 commit comments

Comments
 (0)