Commit graph

85847 commits

Author SHA1 Message Date
gregvanl 91ae221db4 Settings description typos 2021-07-26 11:47:38 -07:00
Rob Lourens 26625e8fb3 Fix incorrect buffer slices 2021-07-26 11:39:49 -07:00
Raymond Zhao 847ba4973e
Bump distro 2021-07-26 11:24:10 -07:00
Connor Peet 472a308b03
testing: fix label not applying to root by default 2021-07-26 10:54:12 -07:00
Nick Delja 023c58e5ab Fixed minor types 2021-07-26 10:52:50 -07:00
Harald Kirschner d88f3a6b6d Don't show open-file entries on web 2021-07-26 17:52:09 +00:00
Logan Ramos c8e6d08e3a
Update to the latest extension module 2021-07-26 13:44:43 -04:00
Jean Pierre c093b78c9f
Fix dragging a folder from the the explorer tree to terminal no longer copies folder path (#128419)
* Fixes #128283

* 🧹 some cleanup
2021-07-26 10:17:19 -07:00
Daniel Imms 4d4c5f80bf
Init shell env in pty host service (#129275) 2021-07-26 10:01:01 -07:00
Don Jayamanne 198a555322
Ensure ipynb serializer supports node env and large # of outputs 2021-07-26 09:55:42 -07:00
meganrogge 66ec8a2fcc
fix 128354 2021-07-26 09:55:03 -07:00
meganrogge cc4057b088
Fix #129426 2021-07-26 09:35:21 -07:00
Harald Kirschner 9012985cf8 Improve wording for telemetry settings 2021-07-26 09:33:09 -07:00
meganrogge 9be887905d
fix #129427 2021-07-26 09:32:41 -07:00
Tyler Leonhardt 3a1cf8e51e
debounce change event in language detection 2021-07-26 09:19:50 -07:00
Rob Lourens 1066e2c6a1 Enable run button when a kernel extension is missing 2021-07-26 09:16:14 -07:00
Rob Lourens 2d9304976b Add notebook context key for whether an extension that provides kernels is installed 2021-07-26 09:16:14 -07:00
Rob Lourens b89ec7e9ce Remove redundant comments 2021-07-26 09:16:14 -07:00
Tyler Leonhardt 7ebd671cb3
update vscode-languagedetection to 1.0.14 2021-07-26 09:13:18 -07:00
Sandeep Somavarapu 8eccbfc301
show recommendation only there is reason 2021-07-26 17:11:59 +02:00
Sandeep Somavarapu 713c5745f1
enable extension install/uninstall stats in web 2021-07-26 16:55:07 +02:00
Raymond Zhao 16409d719e
Update notebooks for endgame 2021-07-26 07:44:03 -07:00
Andre Weinand b3e75ea651
node-debug@1.44.31 2021-07-26 16:19:47 +02:00
Andre Weinand ba7c665b9f
use DAP 1.48.0 final 2021-07-26 16:18:53 +02:00
Ladislau Szomoru da1723597f
Update endgame notebooks 2021-07-26 15:51:33 +02:00
Sandeep Somavarapu 460d3c40b1
fix yarn web 2021-07-26 15:50:00 +02:00
Sandeep Somavarapu 4d4e92713c
improve hover messages in remote workspace 2021-07-26 15:50:00 +02:00
Alex Ross 3d5b13265d
Re-add task default API with fixes (#129397)
Part of #79188
2021-07-26 15:30:46 +02:00
Alex Ross a707e282ea
Revert task terminal line debouncing 2021-07-26 14:23:39 +02:00
Sandeep Somavarapu 2ad5999741
Fix #129366 2021-07-26 11:23:19 +02:00
Andre Weinand 20a441dfb4
use an unnamed inner class 2021-07-26 10:49:02 +02:00
Henning Dieterichs 3dbdafcf7f
Merge pull request #129247 from microsoft/hediet/fix-unnormalized-cursors-when-injected-text-changes
When injected text is added or removed, cursors in that line need to be normalized again
2021-07-26 10:35:40 +02:00
Sandeep Somavarapu 48e034223c
Fix #129266 2021-07-26 09:33:03 +02:00
rebornix 02b5104e37 decode output item buffer. 2021-07-25 22:04:54 -07:00
rebornix 955a1aca9a fix #128765. 2021-07-25 21:58:53 -07:00
deepak1556 c5720ec57b chore: bump distro 2021-07-25 20:00:12 -07:00
Andre Weinand 62b53d5646
workaround cyclic JSON issue in DropdownWithDefaultActionViewItem 2021-07-25 23:39:38 +02:00
Martin Aeschlimann a56263156d
[themes] code assist insided extended syntax, remove experimental 2021-07-25 23:26:01 +02:00
Martin Aeschlimann 4feb4fd4d9
[html/css/json] update services 2021-07-25 17:31:20 +02:00
Joyce Er a1423e3998
Return NotebookEditor from interactive.open command (#129084)
* Return NotebookEditor from `interactive.open` command

This allows extensions to obtain a reference to the embedded
NotebookEditor at creation. Otherwise extensions must look
through window.visibleNotebookEditors to obtain a reference
to the NotebookEditor and call revealRange for scrolling,
and window.visibleNotebookEditors may change in future.

Co-authored-by: rebornix <penn.lv@gmail.com>

* process argument label

Co-authored-by: rebornix <penn.lv@gmail.com>
2021-07-24 10:44:49 -07:00
Daniel Imms 79e91942bc Remove console log 2021-07-24 05:02:34 -07:00
deepak1556 13cdef332d fix: preserve VSCODE_BROWSER_CODE_LOADING when launching external terminal
Fixes https://github.com/microsoft/vscode/issues/128903
Fixes https://github.com/microsoft/vscode/issues/128977
Refs https://github.com/microsoft/vscode/issues/128745
2021-07-23 20:06:20 -07:00
Harald Kirschner 8313670a29 Report correct locale for language pack recommendation 2021-07-23 18:57:42 -07:00
Don Jayamanne 754b1defb0 Fix save error 2021-07-23 17:10:22 -07:00
Don Jayamanne 7f43ac34a1 re-use text encoder 2021-07-23 17:10:22 -07:00
Don Jayamanne 739cc8974f Fix ipynb serializer 2021-07-23 17:10:20 -07:00
Joyce Er 4e5d793a78 ipynb extension need not handle NotebookDocument and NotebookCell
Co-authored-by: rebornix <penn.lv@gmail.com>
2021-07-23 17:07:17 -07:00
Connor Peet a4b8ffb897
testing: comp error 2021-07-23 17:02:08 -07:00
Connor Peet 3f9cd31660
testing: peek and explorer ux feedback 2021-07-23 16:45:20 -07:00
Connor Peet 9126e31644
debug: remove committed trace flags in js-debug debug 2021-07-23 16:45:20 -07:00