diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2023-03-20 08:31:01 +0200 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2023-03-20 08:31:01 +0200 |
| commit | dbf04a5ee29101afbd1db665369bb1d21224efb5 (patch) | |
| tree | 7e3c862b526a3f7305549fb2a2e34dcbb38bb3a9 /editors/code/src/main.ts | |
| parent | 544b4cfe4de2119807eb4d874c2cf095c5587bc4 (diff) | |
| download | rust-dbf04a5ee29101afbd1db665369bb1d21224efb5.tar.gz rust-dbf04a5ee29101afbd1db665369bb1d21224efb5.zip | |
:arrow_up: rust-analyzer
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 8a2412af849..d5de00561b1 100644 --- a/editors/code/src/main.ts +++ b/editors/code/src/main.ts @@ -153,6 +153,7 @@ function createCommands(): Record<string, CommandFactory> { memoryUsage: { enabled: commands.memoryUsage }, shuffleCrateGraph: { enabled: commands.shuffleCrateGraph }, reloadWorkspace: { enabled: commands.reloadWorkspace }, + addProject: { enabled: commands.addProject }, matchingBrace: { enabled: commands.matchingBrace }, joinLines: { enabled: commands.joinLines }, parentModule: { enabled: commands.parentModule }, |
