Commit graph

85617 commits

Author SHA1 Message Date
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
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
Connor Peet dfa9a4fa3f
testing: add errored state 2021-07-23 16:45:20 -07:00
Peng Lyu 4148736349
Migrate webview notebook editor backup to builtin serializer (#129211)
* Migrate webview notebook editor backup to builtin serializer

* update extension kind.

* discard webview backup once it is opened in notebook editor.
2021-07-23 16:25:37 -07:00
Raymond Zhao 7a96058ee5
Fix handling of default-less enum settings
Fixes #128952
2021-07-23 15:58:59 -07:00
Tyler Leonhardt c7e45c4fa4
Add a bunch of logging to github-authentication
Co-authored-by: Eric Amodio <eamodio@users.noreply.github.com>
2021-07-23 15:28:06 -07:00
Rob Lourens 8d813f4af6 Enable cell code folding when line numbers are enabled
Fix #129146
2021-07-23 14:39:05 -07:00
Megan Rogge dbd709ceb5
de-duplicate isSplitTerminal/sideGroup (#129272) 2021-07-23 14:32:22 -07:00
Jackson Kearl 25bc9a1b3b
Fix old welcome page sometimes appearing when default startup editor is readme
Ref https://github.com/github/codespaces/issues/3462
2021-07-23 14:21:11 -07:00
Raymond Zhao ae29089275
Add validation for objects, fixes #128429 (#129066)
* Add validation for objects, fixes #128429
2021-07-23 14:08:28 -07:00
Raymond Zhao e938e6c7e8
Fix object widget tooltips, fixes #129059 (#129135)
* Fix object widget tooltips, fixes #129059
* Refactor, add better tooltips for checkboxes
2021-07-23 14:08:04 -07:00
Tyler Leonhardt 64cf4ed3fe
change setting to workbench.editor.untitled.experimentalLanguageDetection 2021-07-23 14:07:25 -07:00
Rob Lourens 6dca117625 Fix extension recommendation notifications for notebooks.
Reacts to the cell model showing up in the modelService
2021-07-23 14:06:35 -07:00
Rob Lourens cf0a7bfcac Update "renderer not available" message 2021-07-23 14:06:35 -07:00
Matt Bierner 04485223eb
Fix undefined not allowed for configFile in ts-load
Seems like the presense of  `configFile` causes problems if it is not a string
2021-07-23 12:06:39 -07:00
Tyler Leonhardt c1b4cf00b9
update auth extensions to use packageJSON property instead 2021-07-23 11:48:39 -07:00
Megan Rogge a1b4b8d303
default contributed profile as editor terminals and make createContributedTerminalProfile private (#129261) 2021-07-23 11:31:47 -07:00
Raymond Zhao 58c59316f8
Fixes #129180 (#129202)
* Fixes #129180
* Fix large scrollable element in settings editor having double shadow
2021-07-23 09:34:23 -07:00
Tyler Leonhardt 8a4ace6ebf
maintain promise instead in github-auth to ensure the exp service doesn't get created twice 2021-07-23 09:24:40 -07:00
Rob Lourens 437f5b7559 ipynb: Prefer "workspace" to"ui"
and "web" is inferred from the browser entrypoint
2021-07-23 09:16:09 -07:00
Tyler Leonhardt a8134002cd
lazily load experimentation service in github-authentication 2021-07-23 09:07:41 -07:00
Henning Dieterichs 639371af58
When injected text is added or removed, cursors in that line need to be normalized again - otherwise they could be positioned inside of injected text. 2021-07-23 16:27:35 +02:00
Sandeep Somavarapu 9aab65c6ee
support editor selection in default layout 2021-07-23 16:15:49 +02:00
Daniel Imms 8de2b6abb8 Fix terminal group restoration
Fixes #129245
2021-07-23 07:04:44 -07:00
Daniel Imms b1b4c5a351 Fix active terminal event when switching between split terminals
Fixes #128301
2021-07-23 07:00:38 -07:00
Daniel Imms a4efb44108 Remove unneeded disposable
Fixes #129074
2021-07-23 06:38:24 -07:00
Daniel Imms 760080ab64 Fix closing dirty terminal editors
Fixes #128879
2021-07-23 06:37:04 -07:00