Commit graph

68762 commits

Author SHA1 Message Date
Matt Bierner
8c426f9f3b Update built TS web version 2020-07-22 17:56:43 -07:00
Rob Lourens
f9b6df5dfc Make cell insertion toolbar more compact
Fix #101633
2020-07-22 17:46:17 -07:00
rebornix
bae379e986 separator in toolbar 2020-07-22 17:27:59 -07:00
Alan Zhang
14f2123659
fix: open with the only editor directly (#102660) 2020-07-22 16:05:00 -07:00
Andrew Branch
2cf34eefdd
[typescript-language-features] Add telemetry for package.json auto imports (#103126)
* Add telemetry for package.json auto imports

* Change data classification

* Use string, boolean is not allowed in TelemetryProperties
2020-07-22 15:59:51 -07:00
Rob Lourens
c397750663 Add ... menu to each cell with extra actions 2020-07-22 15:39:03 -07:00
Andrew Branch
1c8662b8bf
Add setting for package.json auto imports (#103037) 2020-07-22 15:28:22 -07:00
Matt Bierner
9fe56bdaac Build VS code using latest TS 2020-07-22 15:22:40 -07:00
Matt Bierner
fe47409531 Pick up TS 3.9.7 2020-07-22 15:22:40 -07:00
Connor Peet
e74ecc9bb1
debug: fix breakpoints set during a session from being persisted
Fxies https://github.com/microsoft/vscode/issues/103111
2020-07-22 15:14:26 -07:00
rebornix
c77deed267 moveCellIdx 2020-07-22 15:00:58 -07:00
Matt Bierner
3f1206a355 Fix isWeb platform check
The new check should be safer
2020-07-22 14:52:38 -07:00
Matt Bierner
5b9fd525fa Minimize shipped tsserver
This takes the shipped size from 9Mb to 2.9mb
2020-07-22 14:52:38 -07:00
Alexandru Dima
6f685fdba5
Merge pull request #103122 from microsoft/alex/102062 2020-07-22 23:52:30 +02:00
Daniel Imms
c1ef5b7aa8 Hide terminal hovers when closing panel
Fixes #101845
2020-07-22 14:48:21 -07:00
rebornix
7d29c80782 operation batching and dnd folded region 2020-07-22 14:30:48 -07:00
Alexandru Dima
26f475c883 Fix compilation errors 2020-07-22 23:11:32 +02:00
Matt Bierner
a42c255f77 Skip hasOwnProperty calls for arrays
These should not be needed when checking array members
2020-07-22 14:11:30 -07:00
Matt Bierner
afdb5ec6e0 Don't try to revive buffers
We can safely skip reviving these objects (which is quite expensive) since they only contain numbers
2020-07-22 14:02:38 -07:00
Matt Bierner
ba6576d343 Move project status into host 2020-07-22 14:02:38 -07:00
Alex Dima
708a3ccd27
Merge remote-tracking branch 'origin/master' into alex/102062 2020-07-22 22:53:49 +02:00
Alex Dima
a5d3d4fae6
Fixes #102062: Wait for the renderer socket to drain before exiting the extension host process when running tests 2020-07-22 22:52:39 +02:00
Sandeep Somavarapu
e91c4a1d0e remember last sync store url 2020-07-22 22:41:51 +02:00
Rob Lourens
0736d1bfa6 Fix markdown cell editor using wrong context key service 2020-07-22 13:02:14 -07:00
Rob Lourens
9ed468088c Tweak chevron padding 2020-07-22 12:49:07 -07:00
Rob Lourens
cc1008a283 Fix flickering when resizing markdown cell
after it has been in edit mode
2020-07-22 12:27:48 -07:00
Matt Bierner
8d6b507dfb Fix build error
watch didn't pick up on the file rename
2020-07-22 12:12:21 -07:00
Peng Lyu
0c7c7c3d73
Merge pull request #103054 from rebornix/rebornix/integration-test-notebook
💄 integration test notebook
2020-07-22 11:46:35 -07:00
rebornix
39bfaacc2a fix #92818 2020-07-22 11:34:03 -07:00
Matt Bierner
f9224c26cb Move command manager into commands folder 2020-07-22 11:31:08 -07:00
Matt Bierner
3b15049759 Rename files to mark them as browser or electron 2020-07-22 11:31:08 -07:00
Matt Bierner
c6ce8f26cc Move fork impl into serverProcess 2020-07-22 11:31:08 -07:00
Matt Bierner
2f10b23958 Move buffer sync support into server folder 2020-07-22 11:31:08 -07:00
rebornix
1e1aab48df fix #92919. 2020-07-22 11:28:21 -07:00
Rachel Macfarlane
5b73233f68 Add option to hide account icon in activity bar, fixes #97167 2020-07-22 10:55:56 -07:00
rebornix
3423d5c7ac no assert for initial state 2020-07-22 10:50:16 -07:00
rebornix
9798ce7388 move notebook test to last 2020-07-22 10:30:56 -07:00
Sandeep Somavarapu
c33dfcf380 donot allow hiding default popular extensions view 2020-07-22 18:52:36 +02:00
Sandeep Somavarapu
de68da88f9 Fix #100756 2020-07-22 18:41:05 +02:00
rebornix
8f032b536c 💄 2020-07-22 09:32:59 -07:00
Peng Lyu
bd70388d46
Merge branch 'master' into rebornix/integration-test-notebook 2020-07-22 09:32:48 -07:00
rebornix
86356398dd use tmp file for every test. 2020-07-22 09:01:02 -07:00
SteVen Batten
4a1bcdafe9
Migrate fixed dom context views into Shadow DOM (#102401)
* initial

* clean up css

* clean up contextview css

* cleanup
2020-07-22 08:36:36 -07:00
Alex Dima
09904a681a
Fixes #100943: Add explanations for nls strings 2020-07-22 16:48:45 +02:00
Alex Ross
8c1aba0d95 Don't add system run tasks to be added to recetnly used tasks 2020-07-22 15:50:07 +02:00
Alex Dima
f7cd31c798
Fixes #93127: Handle case where a model change event listener causes another code editor event 2020-07-22 11:45:47 +02:00
Alex Dima
25e0059347
Fixes #103027: Add a marker to the sourceURL of web extensions 2020-07-22 11:09:06 +02:00
João Moreno
be901d8db1 fixes #103053 2020-07-22 10:37:09 +02:00
Alex Dima
5aaf15dfdc
Fixes #102062: Ignore EPIPE errors when writing to node sockets, since the socket will soon emit a close event 2020-07-22 10:08:13 +02:00
Sandeep Somavarapu
b64f1b0920 revert 2020-07-22 10:00:05 +02:00