code-server/lib/vscode/src/vs/server/fork.js
2020-12-15 15:53:52 -07:00

4 lines
188 B
JavaScript

// This must be a JS file otherwise when it gets compiled it turns into AMD
// syntax which will not work without the right loader.
require('../../bootstrap-amd').load('vs/server/entry');