code-server/lib/vscode/src/vs/server/fork.js

4 lines
188 B
JavaScript
Raw Normal View History

// 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');