Commit graph

85560 commits

Author SHA1 Message Date
Alex Ross
1ea2c631ee
Use TimeoutTimer instead of node timeout 2021-07-21 11:44:36 +02:00
Sandeep Somavarapu
79156e629f
Merge pull request #128909 from 71/main
platform/configuration: fix empty keys being ignored by configuration parser
2021-07-21 11:39:18 +02:00
Johannes Rieken
9167423503
update distro 2021-07-21 11:36:18 +02:00
Alex Ross
dc4744f69a
Add line data debouncing for background tasks
Part of #129080
2021-07-21 11:33:43 +02:00
Sandeep Somavarapu
ef55a57968
Fix #127903 2021-07-21 11:31:15 +02:00
Johannes Rieken
cb4f7b5690
💄 for NotebookRendererMessaging, fyi @connor4312 2021-07-21 11:29:22 +02:00
Martin Aeschlimann
48c9fd1130
do not change storage when previewing. Fixes #129051 2021-07-21 11:29:11 +02:00
Christof Marti
45a5a62228 Remove postAttachCommand from waitFor enum 2021-07-21 11:14:14 +02:00
Johannes Rieken
4508c29d35
first cut for language status API proposal, https://github.com/microsoft/vscode/issues/129037 2021-07-21 10:22:36 +02:00
Johannes Rieken
5fb3fbf755
api todos 2021-07-21 09:56:30 +02:00
Johannes Rieken
edd747fa7a
💄 ResourceMap ftw, fyi @sandy081 2021-07-21 09:54:40 +02:00
Henning Dieterichs
4f0939431c
Adds files to .eslintignore that are not linted by "yarn eslint" to ensure no CI errors => no editor errors. 2021-07-21 09:30:04 +02:00
Sandeep Somavarapu
a7171fdad5
fix logging additional builtin extension ids 2021-07-21 09:12:31 +02:00
Sandeep Somavarapu
5b7a3b07c6
Merge pull request #128872 from jakebailey/fix-code-web
Fix --verbose flag in code-web.js
2021-07-21 09:06:35 +02:00
Joyce Er
b11c11d112 Remove 'collapsed' css class 2021-07-20 23:29:33 -07:00
Xinyu Sui
526e1774ed Better go to address 2021-07-20 20:39:14 -07:00
rebornix
818c6613f7 fix #129075. 2021-07-20 19:13:28 -07:00
Xinyu Sui
420140fe7d Improve instruction breakpoint tooltip 2021-07-20 18:49:53 -07:00
Tyler Leonhardt
e4fa4063da
Implement the auth test differently to not use assert.rejects 2021-07-20 17:26:44 -07:00
Tyler Leonhardt
76205395d5
attempt to fix auth test 2021-07-20 17:04:04 -07:00
Don Jayamanne
3c09e4e765
Fix support for builtin renderers (#128453)
* Support builtin renderers, lazy access renderers

* Oops
2021-07-20 16:53:45 -07:00
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