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 9b979ac commit 934c8d4Copy full SHA for 934c8d4
ci/build/build-release.sh
@@ -22,7 +22,9 @@ main() {
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.
+ # code-server exports types which can be imported and used by plugins. Those
26
+ # types import ipc.d.ts but it isn't included in the final vscode build so
27
+ # we'll copy it ourselves here.
28
mkdir -p "$RELEASE_PATH/lib/vscode/src/vs/server"
29
rsync ./lib/vscode/src/vs/server/ipc.d.ts "$RELEASE_PATH/lib/vscode/src/vs/server"
30
}
0 commit comments