Commit graph

58197 commits

Author SHA1 Message Date
Christof Marti
6b0fce926b Add missing properties (fixes microsoft/vscode-remote-release#1961) 2019-12-04 14:57:22 +01:00
isidor
0dbe568b59 fixes #86103 2019-12-04 14:53:02 +01:00
isidor
6ee34c5973 fixes #86112 2019-12-04 14:35:08 +01:00
isidor
8e5169a6bf fixes #85977 2019-12-04 14:27:51 +01:00
Sandeep Somavarapu
60d4410922 Fix #85638 2019-12-04 14:16:00 +01:00
isidor
312701fe71 fixes #86111 2019-12-04 12:51:30 +01:00
isidor
7d7cb80a87 fixes #86113 2019-12-04 12:34:12 +01:00
Johannes Rieken
59e50ec94c fix #86048 2019-12-04 11:46:51 +01:00
Johannes Rieken
49a150f406 update references view extension 2019-12-04 11:29:58 +01:00
Johannes Rieken
d82cd8740b highlight root in peek, https://github.com/microsoft/vscode/issues/86128 2019-12-04 11:28:32 +01:00
Alexandru Dima
82e9ac871e
Fixes #86132: Avoid using bitmap in API docs 2019-12-04 11:19:27 +01:00
Sandeep Somavarapu
510ca01434 Fix #86157 2019-12-04 11:09:03 +01:00
Alex Ross
9fd2603b48 Remote explorer drop down should respect context keys
Fixes #86209
2019-12-04 10:57:36 +01:00
Alexandru Dima
7f1975a4fb
Revert "Fix layers overlap and cutting at edges. (#85724)"
This reverts commit 74ffa7942a.
2019-12-04 10:52:25 +01:00
isidor
a43fc5fcb9 increase debug toolbar z-index 2019-12-04 10:39:39 +01:00
Alex Ross
2111655b67
Disable view hiding for the remote explorer (#86110)
Fixes https://github.com/microsoft/vscode/issues/86039
2019-12-04 09:32:50 +01:00
Matt Bierner
43e3581aa6 Make sure custom editor prompt is not instantly dismissed by focus change
Fixes #81765
2019-12-03 16:44:50 -08:00
Jackson Kearl
27a00daa40 Increse search rendering delay. Fixes #86179 2019-12-03 16:14:12 -08:00
Miguel Solorio
9794f2ba37 Fix #86126 2019-12-03 16:07:25 -08:00
Miguel Solorio
4128870d9a Merge branch 'master' of github.com:Microsoft/vscode 2019-12-03 15:58:38 -08:00
Miguel Solorio
2df315c375 Fix #86136 2019-12-03 15:58:31 -08:00
Rachel Macfarlane
f4909e4f8e Add enum descriptions to scm.diffDecorations setting, fixes #86206 2019-12-03 15:58:22 -08:00
Miguel Solorio
5c3ecb4e10 Remove extra line for #86031 2019-12-03 15:55:48 -08:00
Miguel Solorio
f0a557f56e Fix #86031, add rounded corners for remote input on mac 2019-12-03 15:54:28 -08:00
Miguel Solorio
e1c3efa3be Fix #86051 2019-12-03 15:49:33 -08:00
Eric Amodio
a868166d9e Removes codicons support in markdown images
Will come back in a different form soon
2019-12-03 17:35:57 -05:00
Peng Lyu
74ffa7942a Fix layers overlap and cutting at edges. (#85724)
* Fix layers overlap and cutting at edges.

* limit part focus within css to windows and linux only
2019-12-03 11:11:53 -08:00
Peng Lyu
9d47191895 Re #85313. Fix suggest widget position for extension editor. 2019-12-03 10:37:36 -08:00
isidor
3c1508c227 fixes #83523 2019-12-03 16:35:55 +01:00
Martin Aeschlimann
929080f70c JSONC: Completion inserts one extra double quote. Fixes #86078 2019-12-03 16:03:53 +01:00
Martin Aeschlimann
8b449d1a08 semantic token test: fix length, skip unknown tokens 2019-12-03 10:52:52 +01:00
Joao Moreno
07241fc8ed
remove space
fixes #85869
2019-12-03 10:43:26 +01:00
Sandeep Somavarapu
36ef46d4d0 remove tpi template 2019-12-03 10:39:36 +01:00
Johannes Rieken
d57b853876
Merge pull request #85830 from microsoft/joh/finalWill
Finalize onWill|DidCreate|Rename|DeleteFile apis
2019-12-03 09:50:19 +01:00
Martin Aeschlimann
56c6acd2fe update semantic test 2019-12-03 09:44:10 +01:00
Johannes Rieken
14a778c760 Merge branch 'master' into joh/finalWill 2019-12-03 09:31:29 +01:00
Sandeep Somavarapu
491a638b98 include link to wiki 2019-12-03 08:41:45 +01:00
Sandeep Somavarapu
2cb579c4c7 update author line 2019-12-03 08:16:10 +01:00
Sandeep Somavarapu
86076f0771 💄 2019-12-03 07:36:29 +01:00
Sandeep Somavarapu
28c85551ae add test plan item template 2019-12-03 07:34:59 +01:00
Matt Bierner
97855786a0 Fix absolute paths in markdown preview on windows
Fixes #84728

We should use `.fsPath` for both parts of the uri in this case.
2019-12-02 19:45:44 -08:00
Jackson Kearl
eae6eca8cf [Search Editor] Add option for context lines 2019-12-02 19:39:34 -08:00
Matt Bierner
529351318e Removing test custom editors 2019-12-02 17:53:32 -08:00
Matt Bierner
fe12319311 Custom editor save as should replace existing editor 2019-12-02 17:35:08 -08:00
Rob Lourens
c72ddff610 Add issue numbers to proposed API 2019-12-02 17:22:23 -08:00
Peng Lyu
cd6c734313 remove unused const -- monaco. 2019-12-02 16:16:01 -08:00
Matt Bierner
b0fb9f17da Note image preview's extension kind
For #85819
2019-12-02 15:43:37 -08:00
Peng Lyu
4924a8b805 Fix #85629. Resize find widget properly when resizing happens. 2019-12-02 15:30:28 -08:00
Rob Lourens
293cabc6a1 Fix #85915 - don't search open editors from git 2019-12-02 14:58:39 -08:00
Rob Lourens
e63912b18c Bump distro, microsoft/vscode-remote-release#1835 2019-12-02 14:56:06 -08:00