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.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/code/src/main.ts b/editors/code/src/main.ts index 190f5866d0..7d91286552 100644 --- a/editors/code/src/main.ts +++ b/editors/code/src/main.ts @@ -215,6 +215,7 @@ function createCommands(): Record<string, CommandFactory> { syntaxTreeShowWhitespace: { enabled: commands.syntaxTreeShowWhitespace, }, + getFailedObligations: { enabled: commands.getFailedObligations }, }; } |