Matt Bierner
69bc9d6ac9
Update groovy and cshtml colorization tests
2017-09-12 10:44:05 -07:00
Matt Bierner
dc2f6ec2a5
Improve colorization of embedded start end puctuators across languages
2017-09-12 09:49:40 -07:00
Matt Bierner
3d314e25eb
Fix ruby embedded source puctuator colorization
2017-09-12 09:34:11 -07:00
isidor
327d06f5a2
debug: only show exception widget when exception frame is focused
...
fixes #29097
2017-09-12 16:43:12 +02:00
isidor
6180e697d6
debug repl: do not focus element on context menu
...
fixes #34066
2017-09-12 16:03:36 +02:00
Joao Moreno
3c5078e452
Merge branch 'master' of github.com:Microsoft/vscode
2017-09-12 15:14:02 +02:00
Joao Moreno
5a4a40c9cb
fixes #34209
2017-09-12 15:13:49 +02:00
Joao
3b44e8ce90
fix #34159
2017-09-12 14:55:43 +02:00
Joao
c98d7d37f6
update splitview
2017-09-12 14:55:43 +02:00
Joao
26b643279f
toolbar: update options
2017-09-12 14:55:43 +02:00
Joao
47255e8ed7
splitview: clean addView
2017-09-12 14:55:42 +02:00
Joao
aef7f7b1db
remove allow-async tslint rule
2017-09-12 14:55:42 +02:00
Joao
d9246d9833
IViewletView
2017-09-12 14:55:42 +02:00
Joao
d0e342ae78
💄
2017-09-12 14:55:42 +02:00
Sandeep Somavarapu
040fea0fa2
smoke test - improve quick open and report screenshots
2017-09-12 12:18:03 +02:00
isidor
02c8bdc0f9
update node debug version
2017-09-12 12:10:44 +02:00
Sandeep Somavarapu
9e40cc9d43
smoke test: Improve quick open behaviour
2017-09-12 11:41:09 +02:00
isidor
526c71c467
debug: allow threads with threadId === 0
...
fixes #33839
2017-09-12 11:22:52 +02:00
Benjamin Pasero
bc9064f13b
slightly better workspace saving format
2017-09-12 11:19:08 +02:00
Johannes Rieken
86fb1a39e0
Merge pull request #34196 from qcz/fix-i18n-message
...
Fix duplicated {0} placeholders in new snippetsService messages
2017-09-12 11:16:55 +02:00
Sandeep Somavarapu
792fe7cdb4
Fix #34207
2017-09-12 11:01:48 +02:00
Benjamin Pasero
7bbf770f04
save workspace: preserve comments and slashes in paths if used
2017-09-12 10:56:21 +02:00
Sandeep Somavarapu
8ff2211361
#34206 comment the terminal tests
2017-09-12 10:29:55 +02:00
Dániel Tar
33d3af4a9d
Fix double {0} placeholders in i18n messages
2017-09-12 08:25:17 +02:00
Daniel Imms
128a4e3640
Disable failing terminal link tests
2017-09-11 21:48:27 -07:00
Matt Bierner
07ff75aa77
Fix suggest with code blocks drawing horizontal scrollbar
2017-09-11 16:50:23 -07:00
Daniel Imms
b57688ae71
Fix regex-related crash in terminal code
...
Fixes #34039
2017-09-11 14:00:48 -07:00
Matt Bierner
30dc54af7e
Only apply pre-wrap inside of code blocks for suggest and parameter hints
2017-09-11 11:50:06 -07:00
Matt Bierner
fd93a59190
Fix link colors in Parametere hint widget
2017-09-11 11:31:30 -07:00
Matt Bierner
6e2cad2696
Fix link colors in suggest
2017-09-11 11:28:32 -07:00
Matt Bierner
33ec299b85
Reset Styling for meta.embedded for other themes
2017-09-11 11:24:44 -07:00
Matt Bierner
3952d4ed5c
Convert Red theme to json
2017-09-11 11:24:44 -07:00
Daniel Imms
cd7181dd80
Uplevel xterm.js
...
Fixes #34161
2017-09-11 11:16:09 -07:00
Matt Bierner
1d992b11f7
Use MarkedString for js completion and sig help
2017-09-11 11:03:44 -07:00
Daniel Imms
48bfb73ae2
Merge pull request #33935 from ihalip/fix-30994
...
fixed the terminal and find widget key presses
2017-09-11 10:46:02 -07:00
Daniel Imms
7bed94d7e3
Allow ctrl+j to toggle panel when terminal is focused
...
Fixes #34099
2017-09-11 10:18:21 -07:00
Benjamin Pasero
5ebd3b3460
Quick open history does not restore untitled files ( fixes #34156 )
2017-09-11 18:50:11 +02:00
Benjamin Pasero
7680b25354
remove unused code (window-all-closed)
2017-09-11 18:22:30 +02:00
Benjamin Pasero
18f3f1d71b
💄
2017-09-11 16:22:45 +02:00
Christof Marti
408482da57
Shortcut when there are no siblings clauses with ripgrep
2017-09-11 07:14:49 -07:00
Benjamin Pasero
01af50793b
Show file paths in inactive panes ( fixes #29932 )
2017-09-11 15:45:59 +02:00
Martin Aeschlimann
177cff1c40
extension editor: add icon themes
2017-09-11 15:43:09 +02:00
Martin Aeschlimann
97c0bdf1e7
extension editor color box: set high contrast color
2017-09-11 15:42:48 +02:00
Martin Aeschlimann
d5687531ea
Extension contributed colors do not show in the extensions "Contribution Tab". Fixes #34127
2017-09-11 15:33:14 +02:00
Benjamin Pasero
55354382c6
implement getTitle/getDescription for untitled editors
2017-09-11 15:22:20 +02:00
Tony Valderrama
3d6f59a384
Add template system for tab descriptions. ( #12965 ) ( #33815 )
...
* Add template system for tab descriptions. (#12965 )
* Add a boolean flag to onConfigurationChanged to prevent updates during initialization.
* - Change configuration key to 'workbench.editor.tabSubtitle'.
- Change configuration type to the enum ['default', 'short', 'medium', 'long']
- Move path logic into FileEditorInput.
- Move configuration handling into GroupService/ITabOptions.
- Refactor duplicate path shortening logic.
* Don't consider empty-string descriptions during de-duplication. Don't show subtitle when all descriptions are identical.
* Minor fixes and documentation.
2017-09-11 12:34:34 +02:00
Joao
d941eb71c7
build: lock gulp-tsb
2017-09-11 12:33:10 +02:00
Benjamin Pasero
0008cde03a
Allow to configure files.encoding and files.autoGuessEncoding per language
...
fixes #33903
fixes #19890
2017-09-11 11:48:15 +02:00
Joao
7770f2ef26
fix #34120
2017-09-11 11:39:01 +02:00
Benjamin Pasero
d6bd346da2
Editor loses focus when you click or drag the window title bar ( fixes #30967 )
2017-09-11 10:39:41 +02:00