40172 Commits

Author SHA1 Message Date
Rob Lourens
3da89c1937 Rename previewOptions 2018-09-24 21:08:11 -07:00
Daniel Imms
1e058b76ea Revert vscode-xterm update
This caused some integration tests to fail
2018-09-24 19:34:59 -07:00
Matt Bierner
70ac2cfa51 Run oss tool 2018-09-24 18:16:38 -07:00
Matt Bierner
e574d62f14 Fix potential npe 2018-09-24 18:03:13 -07:00
Matt Bierner
7d359986ba Use less than for TS version checks instead of inverting greater than checks 2018-09-24 17:57:45 -07:00
Matt Bierner
484bf49abf Better fix for #58518 to avoid possible duplicated configure requests 2018-09-24 16:42:17 -07:00
Matt Bierner
58a72ab6cf Don't cache file config options until we succesfully complete a request
Fixes #58518
2018-09-24 16:42:17 -07:00
Rob Lourens
54090bc222 Fix #57459 - add default previewOptions for findTextInFiles 2018-09-24 16:41:03 -07:00
Rob Lourens
5b3403bfb5 Fix #57895 - remove leadingChars from search provider API 2018-09-24 16:41:03 -07:00
Rachel Macfarlane
5cc3aa24c4 Fixes #52578, Process Explorer: NVDA does not announce CPU% and Memory(MB) 2018-09-24 16:32:43 -07:00
Matt Bierner
4861c344e2 Fixing tsc build tasks for project references
https://github.com/Microsoft/TypeScript/issues/27150
2018-09-24 16:18:58 -07:00
Alex Ross
27ace55a74
Handle Run Active when terminal executible is WSL (#59136)
Fixes #36897
2018-09-24 16:16:45 -07:00
Matt Bierner
1369c6e595 Don't send @ as trigger character for ts 3.1
Fixes #59165

Workaround for https://github.com/Microsoft/TypeScript/issues/27321
2018-09-24 15:16:42 -07:00
Pine Wu
690563da6e Update css language service in html 2018-09-24 14:56:30 -07:00
rebornix
94f93182c6 Update folding in commenting mode. 2018-09-24 14:00:28 -07:00
Alex Ross
dfefc70075
Minimum size for new split terminals (#59140)
Fixes #45678
2018-09-24 13:25:01 -07:00
Christopher Leidigh
5131aa481f
Settings: Fix shortcutkey label enabling translation. Fixes #59147 (#59263) 2018-09-24 15:51:20 -04:00
Rob Lourens
f5738efe91 Fix #59138 - revive URI from findFiles 2018-09-24 11:34:58 -07:00
Daniel Imms
75f721ff98 vscode-xterm@3.8.0-beta5 2018-09-24 11:04:27 -07:00
Pine Wu
34879e95f1 Update CSS service 2018-09-24 10:31:29 -07:00
SteVen Batten
9fc46b2faf fix for: Cannot read property 'forEach' of null
fixes #59227
2018-09-24 10:14:01 -07:00
SteVen Batten
70b90231ce
update built-in dark themes as menus look pale (#59123) 2018-09-24 09:55:00 -07:00
Benjamin Pasero
1b2fdd1cbd 💄 "Copy Relative Path" 2018-09-24 18:52:34 +02:00
Martin Aeschlimann
ac7ead397b typing issue & null check in window.ts 2018-09-24 18:12:48 +02:00
Martin Aeschlimann
6451a30287 Revisit chokidars multi-root handling. fixes #57256 2018-09-24 18:12:43 +02:00
Benjamin Pasero
3480f4cf22 restrictGuessedEncodings => guessableEncodings 2018-09-24 17:31:40 +02:00
Dirk Baeumer
dacd7728d6 Fixes #40905: Operating system specific args don't override args defined in the task 2018-09-24 17:14:11 +02:00
isidor
7a629db352 list focus controller do not focus into elements that have tabIndex -1
fixes #52299
2018-09-24 16:42:15 +02:00
Christof Marti
eaddbde222 Revisit QuickPickItem.shouldAlwaysShow (#59232) 2018-09-24 16:41:16 +02:00
Daniel Imms
208fc71b7b
Merge pull request #59181 from headmelted/patch-1
Adding missed dependency libxss1
2018-09-24 07:15:53 -07:00
Isidor Nikolic
ab7a507c1b
Merge pull request #59236 from Microsoft/isidorn/listAriaRole
Introduce aria role to tree and list
2018-09-24 16:04:51 +02:00
isidor
2ca5759e82 tree getAriaRole is required 2018-09-24 16:04:19 +02:00
Johannes Rieken
f79b59416b debt - SuggestionType -> SuggestionKind 2018-09-24 15:58:05 +02:00
Johannes Rieken
a28f9bc895 undo fix tests to fix tests 2018-09-24 15:58:05 +02:00
Joao Moreno
0b463d376e related to #58966 2018-09-24 15:52:41 +02:00
isidor
6cdf04d2a5 breakpoint view adopt aria role
fixes #52390
2018-09-24 15:47:43 +02:00
isidor
641be2e9d7 list aria role 2018-09-24 15:47:29 +02:00
isidor
5150d732ea tree accessibilityProvider.getAriaRole 2018-09-24 15:47:15 +02:00
Joao Moreno
91704613a9 fixes #58966 2018-09-24 15:41:24 +02:00
Johannes Rieken
366c096a9d ignore keywords when sorting by locality #32170 2018-09-24 15:32:09 +02:00
Johannes Rieken
a5a1f74d0e add shared snippet file, add copyright header statement 2018-09-24 15:25:51 +02:00
Johannes Rieken
a981420ed4 fix #59044 2018-09-24 15:17:48 +02:00
Joao Moreno
b7fbcd14a0 fixes #58057 2018-09-24 15:14:18 +02:00
Benjamin Pasero
7b8c3383f9 💄 integration tests 2018-09-24 15:10:16 +02:00
Johannes Rieken
3a3284a8e3
Merge pull request #59224 from Microsoft/joh/dist
sort suggestions by distance
2018-09-24 14:58:46 +02:00
Johannes Rieken
a087d3531e merge configuration registries again, don't use whenIdle for contributions 2018-09-24 14:56:28 +02:00
Sandeep Somavarapu
aa2e53f88f Add more trace statements 2018-09-24 14:54:16 +02:00
Joao Moreno
b862885245 fixes #47141 2018-09-24 14:24:46 +02:00
Joao Moreno
b38c944383 dirty diff: fix whitespace 2018-09-24 14:24:46 +02:00
Johannes Rieken
ac2bd0a41b use actual word range and block ranges to compute distance 2018-09-24 14:23:07 +02:00