Skip to content

Commit 02b01bd

Browse files
committed
Separate remoteExtensionHostAgentServer
1 parent 3610be0 commit 02b01bd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build/gulpfile.reh.js

+8
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,14 @@ const serverEntryPoints = [
9494
name: 'vs/server/remoteExtensionHostAgent',
9595
exclude: ['vs/css', 'vs/nls']
9696
},
97+
// NOTE@coder: Normally remoteExtensionHostAgentServer is bundled into
98+
// remoteExtensionHostAgent however code-server imports the former directly so
99+
// make sure it remains as a separate file by adding it as a separate entry
100+
// point.
101+
{
102+
name: 'vs/server/remoteExtensionHostAgentServer',
103+
exclude: ['vs/css', 'vs/nls']
104+
},
97105
{
98106
name: 'vs/server/remoteCli',
99107
exclude: ['vs/css', 'vs/nls']

0 commit comments

Comments
 (0)