Johannes Rieken
dc7402b978
make vscode.d.ts use a declare module, #13990
...
* a declared module allows to have a sibling module containing experimental API
* this change also cleans up some bogous type pollution that happened because vscode used to be both, a declare module and a global namespace
2016-10-19 11:43:56 +02:00
Johannes Rieken
6681a2a7d6
tsfmt - src
2016-10-08 09:53:13 +02:00
Johannes Rieken
a27782ed13
wire-up dispose calls, #9384
2016-08-29 18:10:05 +02:00
Alex Dima
bdaa72b842
ext host - extend *Shape classes
2016-07-12 21:10:54 +03:00
Alex Dima
581c260f9a
Rename extHostProtocol to extHost.protocol
2016-07-12 19:33:55 +03:00
Johannes Rieken
bd4e85d8a3
move CommandRegistry out of KeybindingsRegistry
2016-07-07 10:39:30 +02:00
Johannes Rieken
1920059e45
rename index file 'keybindingService' to 'keybinding' such that it is aligned with the rest
2016-07-06 16:43:01 +02:00
Alex Dima
5d218261e8
Fixes #8379 : validate column argument of vscode.previewHtml
2016-06-28 16:21:30 +02:00
Alex Dima
9f1e006be5
Do not use native Proxy as it breaks debugging vscode
2016-06-27 17:54:56 +02:00
Alex Dima
d285fe05e1
Split up ext host <-> main thread communication to separate files
2016-06-27 14:59:54 +02:00
Alex Dima
f00bbb18d9
Move IThreadService up to /workbench/
2016-06-26 15:50:37 +02:00
Alex Dima
10cae007cd
Use native JS Proxy for main <-> ext host proxies
2016-06-26 15:10:04 +02:00
Alex Dima
e05566c980
Command handlers are invoked with var-args
2016-05-02 19:00:33 +02:00
Alex Dima
487e7dd1a0
Do not patch in "context" when invoking command through keybinding service
2016-05-02 17:55:51 +02:00
Johannes Rieken
34aaa5fa90
don't print err when contributed command fails, fixes #4241
2016-03-15 14:43:21 +01:00
Alex Dima
f16e6aa61a
Add setContext command
2016-03-11 15:59:29 +01:00
Alex Dima
a3bdfe7ede
More plugin -> extension
2016-03-01 18:54:44 +01:00
Alex Dima
533844ab8d
More plugin -> extension
2016-03-01 18:54:42 +01:00
Johannes Rieken
81456a7212
move api/common to api/browser
2016-01-11 14:44:13 +01:00