Commit graph

85689 commits

Author SHA1 Message Date
Xinyu Sui 9dd774e7bc Merge branch 'main' into dev/xisui/disassembly 2021-07-19 16:27:23 -07:00
Xinyu Sui aaaae0c680 Disable open disassembly action when a stackframe without a instructionPointerReference is selected 2021-07-19 16:26:38 -07:00
Tyler Leonhardt 68916178c8
Support enablePreviewFromQuickOpen again. Fixes #128755 2021-07-19 15:57:49 -07:00
Connor Peet 7422b951b4
notebooks: stablize createRendererMessaging
Closes #123601
2021-07-19 15:18:29 -07:00
Miguel Solorio 5e7c82a05a Add notebook cell editor bg colors (Fixes #128885) 2021-07-19 15:12:49 -07:00
rebornix de90fc8be4 handle output height update properly. 2021-07-19 14:30:27 -07:00
Tyler Leonhardt e2b2cf2050
include model in web package 2021-07-19 14:26:16 -07:00
Matt Bierner 475370b7c9
Check if process exists 2021-07-19 14:14:38 -07:00
Matt Bierner 03a2bf8dd7
Use better error code if webview resource load fails 2021-07-19 14:14:38 -07:00
Jackson Kearl 6d882a2750
Improve layout for narrow view markdown 2021-07-19 13:42:57 -07:00
Martin Aeschlimann dba4c350f0
fix themeScopeRegex regex 2021-07-19 22:42:25 +02:00
deepak1556 2721293274 chore: bump electron@13.1.7
Fixes https://github.com/microsoft/vscode/issues/128199
2021-07-19 13:36:02 -07:00
Logan Ramos 9920360671
Add bind to resolve loss of this context 2021-07-19 16:35:07 -04:00
Joyce Er d3895fe2e1 registerThemingParticipant 2021-07-19 19:36:32 +00:00
rebornix 586ce97afa fix empty history. 2021-07-19 12:10:34 -07:00
Raymond Zhao 8a38b0f3d9
Add cachedHeight and onDidLayout, fixes #128563 2021-07-19 11:58:41 -07:00
Xinyu Sui 7d4ba0c920 Step back 2021-07-19 11:54:13 -07:00
Matt Bierner 9c7eeafb1d
Pick up latest TS nightly for building VS Code 2021-07-19 10:56:30 -07:00
Matt Bierner 8a872f717e
Remove now unused notebook markdown css 2021-07-19 10:56:30 -07:00
Connor Peet 0ca2dff09d
telemetry: include debug adapter telemetry in trace logs 2021-07-19 10:35:57 -07:00
rebornix 0c02b9e561 auto scroll 2021-07-19 09:48:47 -07:00
Connor Peet 3f9af31b25
testing: update test types for feedback 2021-07-19 08:21:26 -07:00
Martin Aeschlimann d22e9b4e37
Merge pull request #122969 from 4086606/themeScopeSyntax
Extended theme customisation syntax
2021-07-19 16:35:50 +02:00
Sandeep Somavarapu 1089b853cf
add web extension kind always if extensions supports web 2021-07-19 16:30:29 +02:00
Martin Aeschlimann 63ff858265 Merge branch 'main' into ben/128205 2021-07-19 16:19:04 +02:00
Sandeep Somavarapu 7704466742
Fix #120702 2021-07-19 16:09:47 +02:00
Martin Aeschlimann fc78304381
Merge branch 'main' into pr/4086606/122969 2021-07-19 16:04:28 +02:00
Martin Aeschlimann 8d20dc7ade
Merge pull request #123404 from adaex/eslint-icon
Add support for eslintrc.json seti-ui icon
2021-07-19 15:59:54 +02:00
Martin Aeschlimann 8023f20a6b
update seti theme 2021-07-19 15:59:02 +02:00
Martin Aeschlimann d065c75a68
foldingModel: fix eslint warnings 2021-07-19 15:50:51 +02:00
Martin Aeschlimann 44488bc348
Merge branch 'main' into pr/adaex/123404 2021-07-19 15:45:52 +02:00
Martin Aeschlimann 1df15a15b8
Merge pull request #128450 from ssigwart/folding
Add Fold Jumping (Parent and Next/Previous at Same Level)
2021-07-19 15:39:44 +02:00
Martin Aeschlimann 5ca8e615f8 Merge branch 'main' into ben/128205 2021-07-19 15:33:27 +02:00
Sandeep Somavarapu e4e36d3a00
rename to enabled 2021-07-19 15:24:21 +02:00
Martin Aeschlimann 9b037beb1c
Merge pull request #128978 from Kingwl/add_auot_fold_imports
Add auto folding for imports spans
2021-07-19 15:04:33 +02:00
Sandeep Somavarapu 03589083d6
do not show runtime status icon 2021-07-19 14:45:37 +02:00
Sandeep Somavarapu 293b7ea1aa
listen on container to show hover 2021-07-19 14:44:21 +02:00
Ladislau Szomoru d2952be801
Fix #125048 2021-07-19 14:15:29 +02:00
Daniel Imms 747927bc2c confirmOnExit default to never
Via feedback
2021-07-19 04:09:47 -07:00
Sandeep Somavarapu f7a979540d
support enabling extensions through environment 2021-07-19 13:07:05 +02:00
Johannes Rieken 69a882951c
some more jsdoc for https://github.com/microsoft/vscode/issues/15533 2021-07-19 12:48:32 +02:00
Ladislau Szomoru 40a526594b
Fix #128691 2021-07-19 12:47:33 +02:00
Johannes Rieken a170a79b34
💄 2021-07-19 12:40:21 +02:00
Wenlu Wang 304f198e5a Add auto folding for imports spans 2021-07-19 18:23:55 +08:00
Johannes Rieken 32b84717df
also add tsconfig.vscode-proposed-dts but don't enforce it yet 2021-07-19 12:22:25 +02:00
Johannes Rieken 96d0426174
add vscode-dts-compile-check to ensure that vscode.d.ts is self-contained, esp that it doesn't depend on vscode.proposed.d.ts, and that uses es5 only 2021-07-19 11:57:42 +02:00
Sandeep Somavarapu 76d77bf313
FIx #128844 2021-07-19 09:45:06 +02:00
Sandeep Somavarapu 4e8851e90a
Merge pull request #128845 from microsoft/tyriar/skip_fade
Show hover immediately when moving from related icons
2021-07-19 09:44:02 +02:00
Johannes Rieken 536880cc16
Merge pull request #128857 from movermeyer/mo.fix_my_private_field_mistake
Remove private field from constructor
2021-07-19 09:28:52 +02:00
Jackson Kearl d624242076
remove title override in new file menu contribution point 2021-07-18 11:47:30 -07:00