1645 Commits

Author SHA1 Message Date
Matt Bierner
cc4833d868 Improve preview to editor mapping (#18816) 2017-01-19 16:11:34 -08:00
Martin Aeschlimann
9b47ab5339 [handlebars] validation issue in Handlebars file. Fixes #18777 2017-01-19 21:12:49 +01:00
Martin Aeschlimann
c0b1937b47 lamguage servers: Require snippetSupport for completionProvider capability 2017-01-19 20:43:50 +01:00
Matt Bierner
1a35a77864 Gate TS go to implementation feature to TS 2.2+ (#18806) 2017-01-19 11:25:40 -08:00
Joao Moreno
424812d9ba git: merge decorator
fixes #18663
2017-01-19 17:00:56 +01:00
Joao Moreno
d0badb14da git: fix throttle decorator 2017-01-19 17:00:56 +01:00
Joao Moreno
973eda700e git: fix debounce decorator 2017-01-19 17:00:56 +01:00
Martin Aeschlimann
3358b26968 [html] improve color decorator updating 2017-01-19 16:41:54 +01:00
Martin Aeschlimann
d2f8a45adc [css] color decorator initially not shown in all editors 2017-01-19 16:41:52 +01:00
Martin Aeschlimann
abfdbf6d46 [typescript] grammars: remove workaround for spaces in scope names 2017-01-19 12:02:16 +01:00
Martin Aeschlimann
3956be9ba6 [typescript] update grammar to to Microsoft/TypeScript-TmLanguage@e47681d (2017-01-17). Fixes #18612 2017-01-19 12:02:15 +01:00
Johannes Rieken
9ddc762670 Merge pull request #18747 from Microsoft/ben/12283
Open new file buffer via API
2017-01-19 11:07:28 +01:00
Martin Aeschlimann
90a8cdb324 [fsharp] Update grammar to ionide/ionide-fsgrammar@16d4cc8 (2017-01-17) 2017-01-19 10:55:18 +01:00
Joao Moreno
6868a0bab1 fixes #18655 2017-01-19 09:42:53 +01:00
Matt Bierner
e3b3959d8f Remove droid sans fallback from default markdown font fallback 2017-01-18 22:05:04 -08:00
Matt Bierner
b29ef9b4e8 Prototyping Markdown Preview Synchronization With Editors (#18762)
* Adds command to post a message to an html preview

**Bug**
There is currently no easy way to communicate with an html preview document after the preview has been created.

**Fix**
Adds a command called `vscode.htmlPreview.postMessage` to post a message to a visible html preview. This message will only be posted if the target preview is visible.

Inside the preview, the event is recieved using the standard dom event:

* Remove logging

* proto

Continue proto

* clean up rendering

* Gate prototype

* Fix gating

* Remove public command

* Change setting name

* Added current position indicator

* Reveal center
2017-01-18 17:58:45 -08:00
Matt Bierner
5dc2fb8c30 Maintain Markdown Preview Scroll Position on Window Resize (#18760)
* proto

Continue proto

* Basic implementation
2017-01-18 15:42:32 -08:00
Matt Bierner
9721d92af8 Fixed named headers for markdown preview (#18759) 2017-01-18 14:17:26 -08:00
Benjamin Pasero
8b7756063b Open new file buffer via API 2017-01-18 19:13:26 +01:00
Joao Moreno
535a3de600 git: fix fetch error bubbling 2017-01-18 16:57:24 +01:00
Joao Moreno
7ec10a9052 fixes #18662 2017-01-18 16:53:10 +01:00
Martin Aeschlimann
87ae03d980 [json] update dependencies & adopt 2017-01-17 23:09:12 +01:00
Martin Aeschlimann
fa8a9424aa [css] update dependencies and migrate 2017-01-17 23:09:11 +01:00
Martin Aeschlimann
410cae8fb5 [html] update client dependencies + migrate 2017-01-17 23:09:11 +01:00
Martin Aeschlimann
54a383e1a2 [html] update server dependencies, migrate 2017-01-17 23:09:10 +01:00
Joao Moreno
43dd9b76b0 git: nls
related to #18615
2017-01-17 17:38:00 +01:00
Joao Moreno
fab6f8871a git: don't show ahead/behind when syncing 2017-01-17 17:08:07 +01:00
Joao Moreno
731ea1ef6b git: report progress 2017-01-17 16:49:51 +01:00
Joao Moreno
e004be507c fixes #18648 2017-01-17 15:53:52 +01:00
Joao Moreno
3af429fda7 git: improve fs events reaction 2017-01-17 12:56:37 +01:00
Joao Moreno
75c48336f6 remove console logs 2017-01-17 10:17:58 +01:00
Joao Moreno
1a25345c48 git: dont be eager when reacting to workspace events 2017-01-17 10:16:48 +01:00
Joao Moreno
7c96cacd11 git: improve errors 2017-01-16 16:33:13 +01:00
Joao Moreno
231a1cab1b 2017-01-16 16:27:58 +01:00
Joao Moreno
54e16db16e git: block concurrent commands, sync 2017-01-16 15:51:10 +01:00
Joao Moreno
f2bb702d6f scm: fix bad string concatenation 2017-01-16 11:17:33 +01:00
Joao Moreno
b788c6f605 git: statusbar tooltip 2017-01-16 10:37:34 +01:00
Joao Moreno
0e8589331a scm: remove unimplemented commands 2017-01-16 10:30:17 +01:00
Joao Moreno
6f781ddfcd Merge branch 'master' into scm-api 2017-01-16 10:21:27 +01:00
Matt Bierner
3d71a3254b Simplify markdown paragraph logic (#18531)
* Simplify markdown paragraph logic

* Fix for alt headers
2017-01-13 23:24:32 -08:00
Matt Bierner
cf3d092b2e Fixes #11480 (#18532) 2017-01-13 15:52:41 -08:00
Matt Bierner
052f6405c7 Enable dot completions in a few more contexts 2017-01-13 15:05:36 -08:00
Matt Bierner
1bbe4342d7 Fixes #18530 2017-01-13 13:57:28 -08:00
Joao Moreno
65478f4b5e git: autofetch 2017-01-13 16:10:10 +01:00
Joao Moreno
c7fca1c18f git: checkout & branch commands 2017-01-13 11:52:07 +01:00
Joao Moreno
79b37a7f17 add not implemented commands 2017-01-13 11:17:11 +01:00
Joao Moreno
4aa47582b3 Merge branch 'master' into scm-api 2017-01-13 09:33:57 +01:00
Benjamin Pasero
a6175d0756 Fix build (#18492) 2017-01-13 07:15:26 +01:00
Matt Bierner
4f4df044b7 Fixes #18487 2017-01-12 19:41:50 -08:00
Matt Bierner
269d1f3aae Fix 17584 (#18477)
* Fixes #17584

* Remove logging statement
2017-01-12 17:55:53 -08:00