Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/src/main.ts')
-rw-r--r--editors/code/src/main.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/code/src/main.ts b/editors/code/src/main.ts
index fdf43f66f9..989f66050c 100644
--- a/editors/code/src/main.ts
+++ b/editors/code/src/main.ts
@@ -199,6 +199,9 @@ function createCommands(): Record<string, CommandFactory> {
rename: { enabled: commands.rename },
openLogs: { enabled: commands.openLogs },
revealDependency: { enabled: commands.revealDependency },
+ syntaxTreeReveal: { enabled: commands.syntaxTreeReveal },
+ syntaxTreeHideWhitespace: { enabled: commands.syntaxTreeHideWhitespace },
+ syntaxTreeShowWhitespace: { enabled: commands.syntaxTreeShowWhitespace },
};
}