Commit graph

85689 commits

Author SHA1 Message Date
rebornix 649145c24c improve hash for uintarray. 2021-07-20 16:16:26 -07:00
Connor Peet 1ed8c00901
testing: move apis to finalize into their own section 2021-07-20 16:14:33 -07:00
Tyler Leonhardt 37687f06b6
add proposed forceRecreate option on getSession. Related to #129064 2021-07-20 16:09:36 -07:00
meganrogge 3b9c85ab19
bump distro 2021-07-20 15:50:41 -07:00
Megan Rogge a7c466d649
dnd terminals bw windows in panel and fix moving from editor to panel (#128875) 2021-07-20 15:16:41 -07:00
Connor Peet cfc48e81aa
testing: update api from feedback 2021-07-20 15:02:21 -07:00
Raymond Zhao c43332b2c3
Fixes #129070 2021-07-20 14:46:29 -07:00
rebornix af612856c9 support title in interactive window. 2021-07-20 14:36:26 -07:00
rebornix a56b7ef1a5 Add run button to the interactive window input. 2021-07-20 13:59:45 -07:00
rebornix 84d6fbc3bf style iw input editor as a code cell and relayout per notebook option change. 2021-07-20 13:59:19 -07:00
Raymond Zhao 83f0f5e1ce
Add description back to bool object renderer
Affects #129059
2021-07-20 12:51:16 -07:00
Francesco Villano 73274265d7
Quick pick icons vertical alignment fix. (#128950) 2021-07-20 12:38:17 -07:00
Daniel Imms ffd3894c40 Fix confirmOnKill for git bash
Fixes #128878
2021-07-20 12:16:25 -07:00
Andre Weinand c8d537c8e9
rendering fix for new run/debug splitbutton 2021-07-20 21:14:59 +02:00
Peng Lyu 23477b23ae
Merge pull request #128886 from microsoft/dev/joyceerhl/interactive-tokens
Add interactive window editor cell color tokens
2021-07-20 10:30:06 -07:00
Connor Peet 4482677442
notebooks: update renderer messaging api to feedback 2021-07-20 09:53:04 -07:00
Connor Peet 4f03e4d247
testing: improve test explorer context keys 2021-07-20 09:53:03 -07:00
Rob Lourens 8ea03c1d52 Hide cell animations while paused
Fix #127830
2021-07-20 09:42:24 -07:00
Rob Lourens e2c8ae5708 Don't break inputbox layout when pasting in a form feed character
Fix #128911
2021-07-20 09:42:24 -07:00
Sandeep Somavarapu b5e963e65b set cors mode 2021-07-20 17:41:04 +02:00
Andre Weinand 67b4efe22c
new DebugSessionOption 'lifecycleManagedByParent'; fixes #128058 2021-07-20 17:24:05 +02:00
Siddharth Singh 74143ba2fe
walkthrough: Update deprecated property name (#129041)
The walkthrough advises setting `"javascript.implicitProjectConfig.checkJs": true` to get TS checks in JavaScript files. The property's been deprecated in favour of `"js/ts.implicitProjectConfig.checkJs": true`, and this PR updates the walkthrough to reflect this.
2021-07-20 08:07:03 -07:00
Sandeep Somavarapu 49e85a53bb
fix tests 2021-07-20 17:00:52 +02:00
Sandeep Somavarapu 9f0916a668
add settings sync help command 2021-07-20 16:41:27 +02:00
Sandeep Somavarapu 532edbf4cb
Fix #129008 2021-07-20 16:17:14 +02:00
Alex Ross af7e6cf1a4
Allow files to be open from browser 2021-07-20 15:55:18 +02:00
Sandeep Somavarapu 9aad074613
Fix #129011 2021-07-20 15:25:58 +02:00
Sandeep Somavarapu f38d4c3f08
Fix #129010 2021-07-20 15:08:41 +02:00
Ladislau Szomoru eb60b6bb11
Use dirname instead of splitName 2021-07-20 14:56:27 +02:00
Martin Aeschlimann aa7a6c7197
folding navigation: rename from jump to goto for #128450 2021-07-20 14:56:05 +02:00
Sandeep Somavarapu 9371c39015
support opting out of extension as web through settings and product 2021-07-20 14:33:26 +02:00
Johannes Rieken b8d143876b
more API todos 2021-07-20 12:10:47 +02:00
Ladislau Szomoru c81644034c
Fix URI when trusting parent folder 2021-07-20 11:55:08 +02:00
Sandeep Somavarapu a8143968ad
add necessary headers to extension gallery resource requests 2021-07-20 11:30:05 +02:00
Johannes Rieken 979d0c4c16
enforce compile check for proposed API too, ignore existing errors 2021-07-20 11:00:54 +02:00
Martin Aeschlimann c980ea2307
Merge pull request #128206 from microsoft/ben/128205
Introduce a new color to indicate warning conditions in status items
2021-07-20 10:18:32 +02:00
Sandeep Somavarapu bbb1a92ea4
not adding machineid header due to CORS error 2021-07-20 10:12:50 +02:00
Sandeep Somavarapu ecbab7858e
add machine id header 2021-07-20 10:12:50 +02:00
Alex Ross 8aea156be8
Update css grammar 2021-07-20 09:52:12 +02:00
Johannes Rieken 2693574b5a
more API todos 2021-07-20 09:18:38 +02:00
Matt Bierner c1a4d2dafe
Remove test equation 2021-07-19 23:06:10 -07:00
Joyce Er a2dc28107d Omit background tokens for now 2021-07-20 02:01:00 +00:00
rebornix b805d2e949 fix notebook content provider readonly 2021-07-19 18:40:34 -07:00
Tyler James Leonhardt 0159e559a0
use prebuilds bot 2021-07-19 18:02:46 -07:00
Rob Lourens 5cc8da99e7 Remove cell keybinding hint statusbar items 2021-07-19 18:01:25 -07:00
Rob Lourens f3570ec4ea Fix "stop editing" action weight
so the button has 'escape' as a keybinding hint in the tooltip
2021-07-19 17:58:42 -07:00
Rob Lourens 247e62d79a
Add flag for "simple" debug UI (#128801)
* Implement simple debug UI mode

* Don't show debug viewlet on step

* Move flag to proposed

* Pass around full debugUI options object

* Implement isSimpleUI in mock
2021-07-19 17:49:17 -07:00
Peng Lyu e5c6200888
Merge pull request #129014 from microsoft/rebornix/iw-autoscroll
Auto scroll to the bottom on cell execution / output update
2021-07-19 17:42:45 -07:00
Rob Lourens 98c1d62c68 Fix setting rendered with wrong height
Fix #128563
2021-07-19 16:47:01 -07:00
Rob Lourens 30847dfdb2 Revert "Add cachedHeight and onDidLayout, fixes #128563"
This reverts commit 8a38b0f3d9.
2021-07-19 16:47:01 -07:00