Johannes Rieken
|
6681a2a7d6
|
tsfmt - src
|
2016-10-08 09:53:13 +02:00 |
|
Greg Van Liew
|
f83d860a44
|
Format complex command descriptions for better generated Markdown.
|
2016-09-22 15:57:57 -07:00 |
|
kieferrm
|
1de4d832cc
|
fixed #11263
|
2016-08-30 17:26:32 -07:00 |
|
Johannes Rieken
|
fbebca5527
|
do not use for-of and const
https://github.com/Microsoft/TypeScript/issues/10220
|
2016-08-09 10:41:21 +02:00 |
|
Johannes Rieken
|
e62cfe9734
|
add resolveWorkspaceSymbol method and wire it up, not yet exposed in the API
|
2016-08-02 16:15:15 +02:00 |
|
Johannes Rieken
|
f7cdcfe25f
|
update 'open' doc, #9651
|
2016-07-25 17:44:02 +02:00 |
|
Johannes Rieken
|
d9067043bc
|
add 'vscode.executeLinkProvider' command
|
2016-07-25 14:57:03 +02:00 |
|
Johannes Rieken
|
1e27b8226d
|
move sorting and snippet selection into low level function, #9286
|
2016-07-15 15:44:35 +02: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 |
|
Johannes Rieken
|
ce6cf7b1e8
|
fix #8774
|
2016-07-06 15:47:49 +02:00 |
|
Alex Dima
|
5d218261e8
|
Fixes #8379: validate column argument of vscode.previewHtml
|
2016-06-28 16:21:30 +02:00 |
|
Johannes Rieken
|
a941b59fe9
|
add 'vscode.open' API command, fixes #566
|
2016-06-27 15:33:17 +02:00 |
|
Alex Dima
|
10cae007cd
|
Use native JS Proxy for main <-> ext host proxies
|
2016-06-26 15:10:04 +02:00 |
|
Johannes Rieken
|
3d5e058652
|
support only custom title of preview pane, #2351
|
2016-06-03 10:44:31 +02:00 |
|
Johannes Rieken
|
11544263c4
|
add support for title object in previewHtml, #2351
|
2016-06-02 09:04:41 +02:00 |
|
Alex Dima
|
3ca51f6d23
|
Convert IRenameSupport to RenameProvider
|
2016-05-19 20:22:56 +02:00 |
|
Alex Dima
|
fe9b6dbaff
|
Convert IDeclarationSupport to DefinitionProvider
|
2016-05-19 17:43:18 +02:00 |
|
Alex Dima
|
78d8b4b168
|
Convert IOccurrencesSupport to DocumentHighlightProvider
|
2016-05-19 16:45:44 +02:00 |
|
Alex Dima
|
3e399132f5
|
Align IParameterHintsSupport with the ext host api
|
2016-05-19 09:20:58 +02:00 |
|
Alex Dima
|
e1f39a6ead
|
Align ExtraInfoSupport with ext host API
|
2016-05-18 16:02:27 +02:00 |
|
Johannes Rieken
|
d8f6ac3501
|
add new api command to compare two resources, fixes #1865
|
2016-05-17 16:22:05 +02:00 |
|
isidor
|
1ef6a7093f
|
debug: allow vscode.startDebug to pass full json config
fixes #4615
|
2016-05-10 18:06:47 +02:00 |
|
isidor
|
83a7759f9b
|
debug: expose vscode.debugStart in API
fixes #3789
|
2016-05-10 15:17:04 +02:00 |
|
Johannes Rieken
|
1c08e3ffea
|
improve doc for previewHtml command, also use parse with reviver, fixes #5902
|
2016-04-28 10:55:45 +02:00 |
|
Johannes Rieken
|
3f2008dea6
|
fix 'vscode.executeReferenceProvider' command
|
2016-04-25 18:02:06 +02:00 |
|
Johannes Rieken
|
8ca1f811df
|
add constraints for optional types
|
2016-04-14 17:44:11 +02:00 |
|
Johannes Rieken
|
dd9380abab
|
update the previewHtml command doc
|
2016-04-14 15:57:31 +02:00 |
|
Johannes Rieken
|
464637dbe6
|
vscode.previewHtml accept URI or string
|
2016-04-14 15:43:26 +02:00 |
|
Benjamin Pasero
|
7d7028d458
|
File/Folder picker (fixes #530)
|
2016-04-07 15:51:30 +02:00 |
|
Benjamin Pasero
|
1dc3cd2ab8
|
vscode.openFolder: allow to open as new window
|
2016-04-05 10:42:47 +02:00 |
|
Benjamin Pasero
|
6b37039312
|
Provide API to open a new folder (fixes #58)
* Provide API to open a new folder (fixes #58)
* extract more generic command
* use underscore to prevent command from showing in keybindings list
|
2016-04-04 18:21:32 +02:00 |
|
Johannes Rieken
|
5723a2d97f
|
simplify completion model, prep work for #3153
|
2016-04-01 11:57:26 +02:00 |
|
xzper
|
aeb7beb1e6
|
remove triggerCharacter constraint
|
2016-03-23 19:18:47 +08:00 |
|
xzper
|
ac149a9169
|
Update extHostApiCommands.ts
|
2016-03-16 15:51:59 +08:00 |
|
xzper
|
444da0d4f4
|
tweak some complex commands args description
|
2016-03-16 15:30:29 +08:00 |
|
Johannes Rieken
|
899aa459d6
|
tweak api command doc
|
2016-01-27 17:10:31 +01:00 |
|
Johannes Rieken
|
08fab0100d
|
add CompletionList to tackle #2224
|
2016-01-25 13:57:14 +01:00 |
|
Johannes Rieken
|
84b1033d29
|
💄 tslint
|
2016-01-21 12:21:01 +01:00 |
|
Johannes Rieken
|
a9c1895117
|
allow to provide ViewColumn with 'vscode.previewHtml' command
|
2016-01-20 15:49:01 +01:00 |
|
Johannes Rieken
|
81456a7212
|
move api/common to api/browser
|
2016-01-11 14:44:13 +01:00 |
|