Commit Graph

35036 Commits

Author SHA1 Message Date
Sandeep Somavarapu
fc86ba359f #50583 Implement Input box with history 2018-06-07 17:15:52 +02:00
Sandeep Somavarapu
8950954a42 Fix #51203 2018-06-07 17:15:52 +02:00
Sandeep Somavarapu
012496dda6 Dispose the panel after removed 2018-06-07 17:15:52 +02:00
João Moreno
817307c155 Merge pull request #51351 from Microsoft/joao/multi-sash
Grid: Enable multiple sash resizing
2018-06-07 17:11:14 +02:00
isidor
c285b440c5 Improve UI that prevents user from starting debug session multiple times
fixes #39707
2018-06-07 16:54:49 +02:00
Joao Moreno
c4b6901676 Merge branch 'master' into multi-sash 2018-06-07 16:50:00 +02:00
Joao Moreno
64833502ca build: continuous build should proceeed even if PublishBuildArtifacts failed 2018-06-07 16:49:48 +02:00
Joao Moreno
fbe0e734d8 fix tests 2018-06-07 16:48:03 +02:00
Dirk Baeumer
7c62da21f5 Fixes #35910: Cannot Create keybinding to restart a specific Task 2018-06-07 16:41:19 +02:00
isidor
e4a075fc96 fixes #51246
fixes #51257
fixes #51245
2018-06-07 16:22:50 +02:00
Joao Moreno
9981f3b3e9 grid: fix broken layout by switching to flex 2018-06-07 15:59:54 +02:00
Dirk Baeumer
349d29d8bd Some cleanup for PR: #44461 2018-06-07 15:55:38 +02:00
Joao Moreno
96df047557 Merge branch 'master' into multi-sash 2018-06-07 15:52:13 +02:00
Joao Moreno
c584035a8f grid: multisash resizing 2018-06-07 15:40:29 +02:00
isidor
eb6a58287d debug smoke: Force load from disk since file events are sometimes missing
fixes #51296
2018-06-07 15:34:10 +02:00
isidor
cf10e47b42 debug: sessionOnly breakpoint event and propering toJSON for breakpoints 2018-06-07 15:17:15 +02:00
isidor
57d7e6fc3d debug: breakpoints should give some properties based on session 2018-06-07 15:17:15 +02:00
Joao Moreno
ee1ab9fe72 multi sash resize groundwork 2018-06-07 15:12:30 +02:00
Dirk Bäumer
f3966afcaf Merge pull request #44461 from oriash93/oriash93/42993
Added option whether to show terminal reuse alert
2018-06-07 15:09:25 +02:00
Joao Moreno
c943a9e1bc sash: remove baseSize option 2018-06-07 14:29:41 +02:00
Martin Aeschlimann
fea449cc76 [folding] collapsed regions are not always preserved. Fixes #51230 2018-06-07 14:11:38 +02:00
Martin Aeschlimann
08d0634386 [themes] keywords colorization should not include keyword.operator. Fixes #51237 2018-06-07 14:11:38 +02:00
Joao Moreno
ccf46ea376 💄 sash enabled property 2018-06-07 13:59:31 +02:00
Joao Moreno
0010eaccd0 bring sash to the 21st century 2018-06-07 13:48:03 +02:00
Johannes Rieken
fbef142ba5 outline - fix tree height issue 2018-06-07 12:14:37 +02:00
Johannes Rieken
e3a2077949 fill in document uri when document symbol location lacks uri, #51297 2018-06-07 11:03:08 +02:00
Dirk Baeumer
e5c3c10853 Remove old proposed task API 2018-06-07 10:05:47 +02:00
Martin Aeschlimann
d5961f5890 Merge pull request #51285 from MaleDong/master
[Fix] Add a missing return type for _hue2rgb
2018-06-07 09:34:21 +02:00
Benjamin Pasero
68bd82b390 fix #51188 2018-06-07 08:28:50 +02:00
Christof Marti
cdc10e3162 1.24 released 2018-06-07 08:01:22 +02:00
Miguel Solorio
7a04557799 Update close buttons in tabs and when tabs are disabled (#51249)
When tabs are enabled (default) the close button will be smaller (8px) and lighter, when tabs are disabled the close button will be consistent with the rest of the editor toolbar icons (10px)
2018-06-07 07:12:06 +02:00
Rob Lourens
b171e8f59d Fix #49673 - "Clear search history" doesn't work when search viewlet is not active 2018-06-06 22:02:01 -07:00
Rob Lourens
a03c4b624e Fix searchRipgrep.enable setting reference 2018-06-06 22:02:01 -07:00
Heart Thankful
d9d86454ad [Fix] Add a missing return type for _hue2rgb 2018-06-07 12:09:15 +08:00
Rachel Macfarlane
2040792965 Process monitor on Linux shows wrong process load, #51200 2018-06-06 17:09:39 -07:00
rebornix
9a1a486df9 Fix #49852. Move enum definition before usage. 2018-06-06 15:58:38 -07:00
rebornix
bb275a42c1 Fix #50189. History for replace. 2018-06-06 15:51:04 -07:00
Rob Lourens
ea372c2e0c Remove toLowerCase calls from inner loops, fix #50904 2018-06-06 15:32:46 -07:00
Rob Lourens
3f21188dda Fix #50314 - fix multifolder workspace file encoding in search 2018-06-06 14:59:00 -07:00
Pine Wu
87baa554f6 Clarify css-language-feature contrib doc 2018-06-06 14:48:33 -07:00
Jackson Kearl
21c02bad2e Enable emmet to function inside script templates. #51180 (#51256) 2018-06-06 14:14:24 -07:00
Pine Wu
0493de9e30 Add parallel build scripts for html-language-features 2018-06-06 12:50:32 -07:00
rebornix
d685a125b5 fix #50689. Populate cursorUndo in command palette. 2018-06-06 12:01:30 -07:00
Daniel Ye
ef280ab073 2018-06-06. Merged in translations from Transifex. (#51241)
Merged in latest translation of German language.
2018-06-06 10:20:11 -07:00
Dirk Baeumer
c1a6fc3522 Fixes #50799: Support querying tasks by task definition 2018-06-06 18:48:36 +02:00
Dirk Baeumer
87e824b4c1 Sanitize task identifer against registry 2018-06-06 18:48:33 +02:00
Pine Wu
e6bb52df4d Parallelize tasks for watch/compile language servers for #51168 2018-06-06 09:47:30 -07:00
Martin Aeschlimann
87c30b358b [folding] collapsed regions are not always preserved. For #51230 2018-06-06 17:11:00 +02:00
Martin Aeschlimann
3cf704d2b8 Add syntax support to Snakemake. Fixes #50978 2018-06-06 17:11:00 +02:00
Martin Aeschlimann
66c1b6d64c move jsonc associations to configuration-editing 2018-06-06 17:11:00 +02:00