Alex Dima
c15001e11d
Fixes #22832 : Consider fullwidth characters when rendering tabs
2018-03-01 12:22:12 +01:00
Sandeep Somavarapu
1d4ace9ee0
Fix #43531
2018-03-01 12:21:34 +01:00
Sandeep Somavarapu
0a66ff1c49
Fix #43531
2018-03-01 12:20:32 +01:00
Alex Dima
79e6a07c41
Add test for #22717
2018-03-01 12:09:08 +01:00
Alexandru Dima
bae62c11c0
Merge pull request #44259 from yh1224/fulllwidth
...
Treat full-width character as two visible columns.
2018-03-01 12:00:45 +01:00
Benjamin Pasero
0af74d626a
fix #44812
2018-03-01 11:44:41 +01:00
Alexandru Dima
b1c07c80be
Merge pull request #43950 from irrationalRock/fix-38232
...
fixed #38232
2018-03-01 11:34:12 +01:00
isidor
6fbbded7c2
search.location: mention that it is a preview
2018-03-01 11:27:41 +01:00
Alex Dima
006ab18f45
Add tests
2018-03-01 11:25:37 +01:00
Alex Dima
6d3956c515
Fix also the case when the find widget is open
2018-03-01 11:25:29 +01:00
Joao Moreno
c5ea97e879
fixes #7717
2018-03-01 11:20:31 +01:00
Joao Moreno
8213521eb3
fixes #44714
2018-03-01 11:20:31 +01:00
Sandeep Somavarapu
f4cc465725
update description for vscode:uninstall
2018-03-01 11:02:36 +01:00
Alexandru Dima
2db30013bd
Merge pull request #44353 from rcjsuen/patch-1
...
Update typings in model.ts to allow nulls
2018-03-01 10:51:59 +01:00
Alex Dima
a99b8c1b6f
Add monaco.d.ts
2018-03-01 10:50:39 +01:00
Benjamin Pasero
326782bc28
fix #44784
2018-03-01 10:35:03 +01:00
isidor
9ba6d40915
function breakpoint
...
fixes #44556
2018-03-01 09:34:09 +01:00
isidor
0352d7b913
fixes #44513
2018-03-01 07:46:08 +01:00
isidor
12e2e2e6e7
fix breakpoint sizes
...
fixes #44550
2018-03-01 07:29:03 +01:00
isidor
76a80894bb
Normalize all drive letters going out from vscode to debug adapters so we are consistent with our resolving
...
fixes #43959
2018-03-01 06:55:56 +01:00
isidor
a73471c5d4
fixes #44487
2018-03-01 06:52:43 +01:00
isidor
6779558077
fixes #44489
2018-03-01 06:50:00 +01:00
isidor
5974852ae1
fixes #44309
2018-03-01 06:39:08 +01:00
Ramya Achutha Rao
b280a148d0
Show builtin themes in the end #44626
2018-02-28 21:33:59 -08:00
Matt Bierner
9ea92b3019
Fix webview dispose potentially closing unrelated editors
2018-02-28 18:09:50 -08:00
Matt Bierner
5994f5f90e
Fix onDidChangeActiveWeview not getting fired when switching away from webviews
2018-02-28 18:09:50 -08:00
Matt Bierner
66d38d0702
Use native promise
2018-02-28 18:09:49 -08:00
Matt Bierner
92a8e702b7
Make sure we clean up disposed webview
2018-02-28 18:09:49 -08:00
Rachel Macfarlane
d52e887bee
Issue reporter closed/open icons are not vertically aligned, fixes #44660
2018-02-28 15:03:56 -08:00
Ramya Achutha Rao
4aa5ea7f3f
Dont recommend langpacks for core langs #44012
2018-02-28 14:45:55 -08:00
Matt Bierner
7bb7ea239e
Make open webview tools command name clearer
2018-02-28 14:43:55 -08:00
Daniel Imms
92edecc7ac
Improve terminal.border wording
2018-02-28 14:25:39 -08:00
Daniel Imms
683602d880
Improve how layout is disabled/share code
2018-02-28 12:01:06 -08:00
Daniel Imms
b6ba17d890
Prevent terminal layout when panel position changes
...
Fixes #44767
2018-02-28 11:52:42 -08:00
Matt Bierner
85d47a74cb
Fix webviews not restoring html properly
2018-02-28 11:44:30 -08:00
Rachel Macfarlane
8e8749fdda
Change process list formatting to raw instead of table, fixes ##44733
2018-02-28 10:56:43 -08:00
Rachel Macfarlane
ac842329c2
Issue Reporter: Copy data to clipboard when url exceeds max length, #44733
2018-02-28 10:07:18 -08:00
Rachel Macfarlane
fd8e756d14
Fixes #44736
2018-02-28 09:22:24 -08:00
Daniel Imms
aee76c7c7b
Disable termianl layout when split panes are being added
...
This prevents multiple resizes happening due to how the split view does layouts
when children are added (which the terminal tab overrides after).
Fixes #44662
2018-02-28 08:56:01 -08:00
Alex Dima
c9ccbc4cd4
Fixes Microsoft/monaco-editor#705 : Hide overview ruler via aria-hidden
2018-02-28 17:44:27 +01:00
Daniel Imms
f1434f7331
Move the split terminal button to the left of the bin
...
Related #44667
2018-02-28 08:42:06 -08:00
Martin Aeschlimann
b51a48a7b6
Handle disabling of the default theme extension. Fixes #44510
2018-02-28 17:39:32 +01:00
Andre Weinand
c9e31508df
upgrade DAP to 1.27.0
2018-02-28 17:38:06 +01:00
Daniel Imms
ba9f6a8da8
Increase min terminal width to 120
...
Fixes #44666
2018-02-28 08:34:19 -08:00
Alex Dima
d7c1a48eb1
Fixes #43513
2018-02-28 17:21:40 +01:00
isidor
c3a869a3b8
centered layout
...
fixes #44621
fixes #44492
2018-02-28 17:07:24 +01:00
Daniel Imms
8ce8c4e574
Make moving focus between panes circular
...
Fixes #44672
2018-02-28 07:57:11 -08:00
Daniel Imms
13ec47d3a4
Fix resizing boundary terminal panes, increase min size
...
Fixes #44675
2018-02-28 07:54:46 -08:00
Daniel Imms
86d5aba450
Fix background terminal split layouts breaking when orientation change
...
Fixes #44678
2018-02-28 07:45:25 -08:00
Alex Dima
9a940305cb
Fix OS detection (process.getguid() does not exist on Windows)
2018-02-28 16:35:39 +01:00