Commit Graph

12 Commits

Author SHA1 Message Date
Johannes Rieken
cf88c7f310 retry command exec when having arguments, when contributes, and not yet activated, #80338 2019-09-13 08:50:12 +02:00
Johannes Rieken
21de711cdf remove proposed API vscode.commands.onDidExecuteCommand 2019-08-15 15:24:40 +02:00
Johannes Rieken
6a25cfa60c Merge pull request #72345 from hedgerh/command-execute-events
onDidExecuteCommand API
2019-07-24 14:45:33 +02:00
Matt Bierner
de320f4061 Use a proper Map for ICommandsMap
Changes the `ICommandsMap` type to be a proper map. This can help catch type errors and also gets us closer to being able to disable the tsconfig suppressImplicitAnyIndexErrors workaround
2019-07-01 17:32:12 -07:00
Johannes Rieken
7beb32099e Merge branch 'master' into command-execute-events 2019-06-28 17:06:31 +02:00
Matt Bierner
88e7b22359 Use clearer name 2019-06-05 15:41:46 -07:00
Johannes Rieken
fa406d2dd1 tiny tweaks 2019-05-16 09:51:30 -07:00
Harry Hedger
ab7694754b renamed listeners to registerCommandListener and unregisterCommandListener 2019-05-05 02:07:01 -07:00
Harry Hedger
62f2b712f0 Removed disposeListeners from commandService and only remove listener on MainThreadCommands 2019-05-05 02:07:01 -07:00
Harry Hedger
b9c3c20a75 Made recommended changes 2019-05-05 02:07:01 -07:00
Harry Hedger
8755a2aa35 Implemented onDidExecuteCommand api method 2019-05-05 02:07:01 -07:00
Johannes Rieken
63f2d31d3f move mainThread[A-F], #70319 2019-03-19 17:22:55 +01:00