Alexandru Dima
fbe4d3700b
Merge pull request #44988 from mechatroner/master
...
move huge file params to user config for Microsoft/vscode#44986 and mechatroner/vscode_rainbow_csv#3
2018-04-09 10:23:59 +02:00
Alex Dima
e37acd3cee
Fix tests
2018-04-09 10:22:42 +02:00
Alex Dima
1a853daec4
Rename options
2018-04-09 10:19:46 +02:00
Johannes Rieken
3117f1b450
fix #47388
2018-04-09 09:47:46 +02:00
Johannes Rieken
61246f972c
fix #47363
2018-04-09 09:40:51 +02:00
Benjamin Pasero
1fa265870b
fix #45538
2018-04-09 08:41:19 +02:00
Benjamin Pasero
cd2019ab3f
💄
2018-04-09 08:23:31 +02:00
Christopher Leidigh
d2f09b8ab4
SelectBox: Bounds check/adjust selected option ( #47445 )
2018-04-09 07:49:41 +02:00
André Weinand
4971d88924
make debugger registration case insensitive
2018-04-08 23:17:42 +02:00
Daniel Imms
98afc1cee4
Fix build
2018-04-08 13:03:10 -07:00
Daniel Imms
3fbfccad35
Pull in node-pty types from upstream
2018-04-07 11:31:54 -07:00
Matt Bierner
52c293a050
Fix webview type name casing
2018-04-06 17:09:41 -07:00
Matt Bierner
d0bc1c3fe4
Updating js/ts grammars
2018-04-06 17:08:40 -07:00
Matt Bierner
b641742452
Targeted fix for markdown special character links in #37079
...
Fixes #37079
2018-04-06 16:06:45 -07:00
Matt Bierner
5b90e42e3c
Make sure we don't try posting mesages to disposed markdown previews
...
Fixes #45553
2018-04-06 16:06:45 -07:00
Matt Bierner
d855ec8060
Reduce duplicate state for active webviews
2018-04-06 16:06:44 -07:00
Matt Bierner
4da7386445
Rename webviewInput to webviewEditorInput
2018-04-06 16:06:44 -07:00
Alex Dima
6f121cd3ba
Merge branch 'master' into mechatroner-master
2018-04-06 23:59:54 +02:00
Alex Dima
a7a72a5439
Simplify tests
2018-04-06 23:52:46 +02:00
Rob Lourens
c527da85be
Fail build when settings search build id generation fails ( #47359 )
...
* Ensure that settings search build id handling fail will cause the build to fail
* Move some settings search build ID computation to util.ts
* Bump version number for test
* Add unit tests for util.ts additions
* Revert version number change
* Make versionStringToNumber throw if it fails
* Add missing import
2018-04-06 14:10:51 -07:00
Daniel Imms
0e67b8e782
Fix type of PTYSHELLCMDLINE
...
Fixes #47314
2018-04-06 14:03:17 -07:00
Alex Dima
6b398bd4d4
Merge branch 'master' into mechatroner-master
2018-04-06 22:52:55 +02:00
André Weinand
4cd09ff11e
reify the DebugAdapter; fixes #45129
2018-04-06 16:42:11 +02:00
Alexandru Dima
ced0b88e86
Merge pull request #38175 from jfbisson4/disable_multicursor_collapse
...
Add config parameter to disable collapsible cursors (#37967 )
2018-04-06 16:04:13 +02:00
Alex Dima
df27d8c75b
Add test
2018-04-06 16:02:36 +02:00
Alex Dima
b0f29121a4
Fix CursorConfiguration.shouldRecreate
2018-04-06 16:02:27 +02:00
Alex Dima
3c6960960e
Rename the option
2018-04-06 14:31:27 +02:00
Alex Dima
9ce2878c20
Merge remote-tracking branch 'origin/master' into disable_multicursor_collapse
2018-04-06 13:45:17 +02:00
Alex Dima
8e5a374372
Fixes #44956 : Propagate extension activation errors in the activate()
calls
2018-04-06 11:55:46 +02:00
Benjamin Pasero
36358924de
less error spam when editors fail to open on startup
2018-04-06 11:28:22 +02:00
Johannes Rieken
05c70a3ad8
add api-test, #30075
2018-04-06 11:08:12 +02:00
Johannes Rieken
8b470712c9
make diagnostics read api public, #30075
2018-04-06 11:08:12 +02:00
Benjamin Pasero
95101bf3f6
Revert "SelectBox: Add bounds checking on selected option. Addresses: #43475 , #44309 ( #47044 )"
...
This reverts commit 043538eeb0
.
2018-04-06 10:22:08 +02:00
Sandeep Somavarapu
356c4babba
#46750 Fix reading scopes for extension contributed configurations
2018-04-06 10:06:56 +02:00
Alex Dima
20e3ed2297
Fixes #41199 : Skip over single separator in word navigation command
2018-04-06 09:50:33 +02:00
Daniel Imms
94f5674695
electron - save some changes that are OK with 1.7.x
2018-04-06 09:47:00 +02:00
Benjamin Pasero
24d87a7eb0
Revert "Update to Electron v2.0.0-beta.6 ( #46552 )"
...
This reverts commit 88603b377d
.
2018-04-06 09:33:18 +02:00
Matt Bierner
00cc78d7bd
Properly await on revive
2018-04-05 23:34:10 -07:00
Matt Bierner
529199604d
Fix spelling
2018-04-05 23:33:21 -07:00
Matt Bierner
0183f9304b
Fixing error message
2018-04-05 23:14:04 -07:00
Matt Bierner
8f48d8f839
Add test for registering duplicate webview serialiers
2018-04-05 23:14:04 -07:00
Matt Bierner
75ecc5ef29
Delete now unused webview.state
2018-04-05 23:14:04 -07:00
Matt Bierner
6c139ab333
Move all private properties together
2018-04-05 23:14:04 -07:00
Benjamin Pasero
ed98cd4f8b
settings - mark more as Scope.APPLICATION
2018-04-06 07:46:11 +02:00
Benjamin Pasero
b3c8c30aba
debt - introduce a helper to store editor view state with a upper limit
2018-04-06 07:45:30 +02:00
Benjamin Pasero
0ab93fc65d
fix "Close Editors to the Right" action ( fixes #46887 )
2018-04-06 07:39:31 +02:00
Matt Bierner
4ba9ac40f1
Fix rename provider error on empty work range
...
Fixes #47276
2018-04-05 19:58:41 -07:00
Matt Bierner
bcdbb50e5d
Extract out duplicate webview event handler logic
2018-04-05 19:48:15 -07:00
Matt Bierner
15bc74647a
Use correct promise type
2018-04-05 19:30:16 -07:00
Matt Bierner
c14e30aeb4
Show error when webview restore fails
2018-04-05 19:18:55 -07:00