Commit graph

71002 commits

Author SHA1 Message Date
Rob Lourens b47a60c67f Fix notebook smoketest
Fix #107219
2020-09-22 17:14:15 -05:00
SteVen Batten e6a742d240 bump tas-client-umd version 0.1.2 2020-09-22 10:29:21 -07:00
Rachel Macfarlane fd4780d7fe Fix isWeb check in mainThreadAuthentication 2020-09-22 10:23:23 -07:00
Sandeep Somavarapu 6ddaba3a52 #105562 use instantiation service 2020-09-22 18:28:45 +02:00
rebornix 8735ebc8bf fix #107210. 2020-09-22 08:48:40 -07:00
rebornix 71630dd5ff Revert "disable failing notebook tests, https://github.com/microsoft/vscode/issues/107210"
This reverts commit 6f41bfa822.
2020-09-22 08:46:43 -07:00
isidor a47bf985ef repl filter: polish 2020-09-22 16:52:09 +02:00
Isidor Nikolic 7f93f17da4
Merge pull request #107067 from pfongkye/issue/#105866
Show filtered stats
2020-09-22 16:30:20 +02:00
Benjamin Pasero 02710ecca2 Remove some deprecated code in ./src/vs/base #103454 2020-09-22 16:24:49 +02:00
Sandeep Somavarapu cced925ba1 Fix #106761 2020-09-22 15:55:17 +02:00
Alex Ross b36f52e378 Be more selective when starting automatic port forwarding
Fixes #107227
2020-09-22 15:53:06 +02:00
Pascal Fong Kye 79909fd208 show 0 of n instead of hiding badge 2020-09-22 14:58:17 +02:00
João Moreno c6688faf96
Merge remote-tracking branch 'origin/master' into joao/build-cleanup 2020-09-22 14:55:57 +02:00
João Moreno 0c80a1341c
distro 2020-09-22 14:55:46 +02:00
João Moreno 337189842e
fix lint errors 2020-09-22 14:37:04 +02:00
João Moreno 448115e436
set default formatter for js 2020-09-22 14:36:58 +02:00
João Moreno d599b1662b
update distro 2020-09-22 14:34:16 +02:00
Sandeep Somavarapu 88656a65dc Fix #106963 2020-09-22 14:31:22 +02:00
João Moreno e99be1d6d1
fix continuous build 2020-09-22 14:26:29 +02:00
Sandeep Somavarapu 1f99c39239 add context to extension commands 2020-09-22 13:31:47 +02:00
Pascal Fong Kye 91485869ab Revert "Dynamic layout"
This reverts commit d6606217c8.
2020-09-22 13:21:13 +02:00
Benjamin Pasero 3c126c7f8e Remove some deprecated code in ./src/vs/base #103454 2020-09-22 13:05:19 +02:00
Benjamin Pasero 2b064862ed Remove some deprecated code in ./src/vs/base #103454 2020-09-22 13:02:18 +02:00
Benjamin Pasero 1d98292df4 Remove some deprecated code in ./src/vs/base #103454 2020-09-22 12:59:32 +02:00
Benjamin Pasero 4b9c60bb9a Remove some deprecated code in ./src/vs/base #103454 2020-09-22 12:53:29 +02:00
Alex Dima 4a9caecfb8
Fixes #91855 2020-09-22 12:52:31 +02:00
Alex Ross 615de7379c Set correct target for ports view and polish notification
Fixes #3710, #3709
2020-09-22 12:21:33 +02:00
Johannes Rieken c4b0d87268 https://github.com/microsoft/vscode/issues/103454 2020-09-22 12:11:53 +02:00
Martin Aeschlimann 591dd1381a add back file menu contribution 2020-09-22 12:02:00 +02:00
isidor 235bae66cb debug: remove debugAddBreakopint telemetry event, no longer needed 2020-09-22 11:58:18 +02:00
Benjamin Pasero 6c5f15aa24 isEqualOrParent - rename params to make this method understandable 2020-09-22 11:48:22 +02:00
João Moreno 240e6996cc
ignore all build js files by default 2020-09-22 11:41:57 +02:00
Sandeep Somavarapu e80644fd7d fix compilation error 2020-09-22 11:38:29 +02:00
Johannes Rieken 6f41bfa822 disable failing notebook tests, https://github.com/microsoft/vscode/issues/107210 2020-09-22 11:17:34 +02:00
João Moreno 2469bf6832
remove build compilation output 2020-09-22 11:12:55 +02:00
João Moreno 0ca320561a
isolate hygiene 2020-09-22 11:12:35 +02:00
Benjamin Pasero 7d1ccd3eb6 editors - restore offset for drop ops as it was 2020-09-22 09:05:27 +02:00
Sandeep Somavarapu 4ad1655304 move settings sync options into single interface 2020-09-22 08:57:57 +02:00
Benjamin Pasero e649ef3701 sandbox - function scope for workbench too 2020-09-22 08:49:11 +02:00
Benjamin Pasero 7c5934902c sandbox - self invoke functions for shared process, issues and process explorer 2020-09-22 08:40:57 +02:00
Benjamin Pasero 5497e60ed2 sandbox - consolidate fileUriFromPath into one 2020-09-22 08:14:45 +02:00
rebornix 7ebeea736f render outline from decorations even if cell is not focused. 2020-09-21 18:16:21 -07:00
rebornix fc6b9d1624 avoid custom metadata update trigger wrong content. 2020-09-21 18:03:09 -07:00
rebornix 677e4bcdc4 fix content provider closure. 2020-09-21 17:32:00 -07:00
rebornix 2cb96e9c7a 💄 fix build. 2020-09-21 12:41:53 -07:00
rebornix 3093f84222 allow content providers to update content options. 2020-09-21 12:36:58 -07:00
rebornix c185f7ab93 command for fetching all notebook content providers. 2020-09-21 12:00:35 -07:00
Raymond Zhao 4a45c74644
Add panel maximization setting for #94930 (#106967)
Add panel maximization settings for #94930
2020-09-21 11:09:02 -07:00
isidor f390f7eaf9 debug: do not announce breakpoint added when doing "Run to Cursor" 2020-09-21 19:50:12 +02:00
isidor 6980e4e26e Implement the DAP Invalidate request
fixes #106745
2020-09-21 19:43:08 +02:00