diff options
| author | hkalbasi <hamidrezakalbasi@protonmail.com> | 2023-04-28 20:44:30 +0330 |
|---|---|---|
| committer | hkalbasi <hamidrezakalbasi@protonmail.com> | 2023-05-01 23:23:10 +0330 |
| commit | 6312fbf521e42e5a5ff193ceee6a8c7735be3a45 (patch) | |
| tree | cbaea739cd9f5e5c850d01c2f2b232da39076668 /editors/code/src/main.ts | |
| parent | 001607fdb4ac6a3059813451234097ce7c2f35de (diff) | |
| download | rust-6312fbf521e42e5a5ff193ceee6a8c7735be3a45.tar.gz rust-6312fbf521e42e5a5ff193ceee6a8c7735be3a45.zip | |
MIR episode 4
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 6c990f804b0..7ae8fa8ca28 100644 --- a/editors/code/src/main.ts +++ b/editors/code/src/main.ts @@ -159,6 +159,7 @@ function createCommands(): Record<string, CommandFactory> { syntaxTree: { enabled: commands.syntaxTree }, viewHir: { enabled: commands.viewHir }, viewMir: { enabled: commands.viewMir }, + interpretFunction: { enabled: commands.interpretFunction }, viewFileText: { enabled: commands.viewFileText }, viewItemTree: { enabled: commands.viewItemTree }, viewCrateGraph: { enabled: commands.viewCrateGraph }, |
