aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/main.ts
diff options
context:
space:
mode:
authorEdwin Cheng <[email protected]>2020-02-21 02:04:03 +0000
committerEdwin Cheng <[email protected]>2020-02-21 10:33:45 +0000
commit4e48a73f9c342544e4eabd1c1cd31cdfb6a6e5e3 (patch)
tree209de25b4853a596750d2963b2adec705db4efc0 /editors/code/src/main.ts
parent88014fcec04721350abc156efb1e18889fca5255 (diff)
Improve server version info
Diffstat (limited to 'editors/code/src/main.ts')
-rw-r--r--editors/code/src/main.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/code/src/main.ts b/editors/code/src/main.ts
index a22e0bc66..de19a44e5 100644
--- a/editors/code/src/main.ts
+++ b/editors/code/src/main.ts
@@ -55,6 +55,7 @@ export async function activate(context: vscode.ExtensionContext) {
55 ctx.registerCommand('run', commands.run); 55 ctx.registerCommand('run', commands.run);
56 ctx.registerCommand('onEnter', commands.onEnter); 56 ctx.registerCommand('onEnter', commands.onEnter);
57 ctx.registerCommand('ssr', commands.ssr); 57 ctx.registerCommand('ssr', commands.ssr);
58 ctx.registerCommand('serverVersion', commands.serverVersion);
58 59
59 // Internal commands which are invoked by the server. 60 // Internal commands which are invoked by the server.
60 ctx.registerCommand('runSingle', commands.runSingle); 61 ctx.registerCommand('runSingle', commands.runSingle);