Commit graph

67097 commits

Author SHA1 Message Date
Martin Aeschlimann
79b6605b4d serverless: add python basic extension 2020-06-12 18:10:21 +02:00
isidor
cc06e19b15 Introduce DebugSessionOptions.noDebug
#99743
2020-06-12 17:33:00 +02:00
isidor
61dcbfc29b debug: if noDebug is not passed take behavrior of parent session
#99743
2020-06-12 17:32:28 +02:00
João Moreno
d6ee5437e3
Merge branch 'joao/list-dynamic-horizontal-scrolling' 2020-06-12 17:19:17 +02:00
João Moreno
5a5c5eca99
disable horizontal scrolling while rename widget is active
fixes #71291
2020-06-12 17:18:55 +02:00
Andrii Dieiev
eadd81d7c3
Allow table specific tags for markdown in hovers (fixes #99983) (#99988)
fixes #99983
2020-06-12 17:00:41 +02:00
Sandeep Somavarapu
310352f078 Fix #98897 2020-06-12 16:53:59 +02:00
Sandeep Somavarapu
5eeed7cf46 Fix #86344 2020-06-12 16:50:57 +02:00
Johannes Rieken
376c7a8d31 ref tree - show filename and lines when having no meaningful preview, fyi @lszomoru 2020-06-12 16:20:23 +02:00
Johannes Rieken
28cb90be8c chore - ES6, use for-of instead of forEach 2020-06-12 16:20:23 +02:00
Rob Lourens
a1feacf5c4 Try harder to update markdown cell when it's updated in a split editor 2020-06-12 08:26:39 -05:00
Rob Lourens
8b5e6ff8c5 Fix notebook smoketest
Esc doesn't do the right thing because a notification showed up
Fix #99941
2020-06-12 07:56:18 -05:00
Sandeep Somavarapu
74f9a3d2e9
Merge pull request #99912 from gjsjohnmurray/fix-99854
fix #99854 make 'Edit in settings.json' add object-type default
2020-06-12 14:47:20 +02:00
Benjamin Pasero
ff65a335cd editors - reduce close exposure for now 2020-06-12 14:01:32 +02:00
Alex Dima
1927f9b6e0
Add getters for connection data & events for changes 2020-06-12 13:57:12 +02:00
Alex Dima
1f3ba68676
Move the remote connection data to the IRemoteAuthorityResolverService 2020-06-12 13:57:12 +02:00
Alex Dima
301597857d
Add connectionData to IInitData.remote 2020-06-12 13:57:12 +02:00
Alex Dima
767b4ea7f9
Add a cache for resolver results 2020-06-12 13:57:12 +02:00
Johannes Rieken
b662583062 chore - more ES6 iteration 2020-06-12 13:55:31 +02:00
Johannes Rieken
d1bc5d86bb chore - more resource map usage 2020-06-12 13:55:31 +02:00
Dirk Bäumer
84cb11350a
Merge pull request #99396 from microsoft/dbaeumer/98982
Fixes #98982: Horizontal rule in hover renders slightly off
2020-06-12 13:51:12 +02:00
Sandeep Somavarapu
7bf2e47503 Proper fix #86192 2020-06-12 13:28:04 +02:00
Alex Ross
5711fadd9a Fix task escaping for pwsh
Fixes #95261
2020-06-12 13:16:01 +02:00
Johannes Rieken
28a77d4218 declare more in INotebookEditorModel 2020-06-12 13:05:52 +02:00
Benjamin Pasero
a12c7ec2d7 editors - more 💄 2020-06-12 12:30:54 +02:00
Benjamin Pasero
13e25f773c 💄 ExtensionsInput 2020-06-12 12:25:54 +02:00
Johannes Rieken
b461f64d19 fix compilo, remove double interface 2020-06-12 12:22:56 +02:00
Benjamin Pasero
23808a8b90 editor jsdoc 💄 2020-06-12 12:22:43 +02:00
Johannes Rieken
c7b869a391 Merge branch 'joh/nbRefCount2' 2020-06-12 12:18:37 +02:00
Johannes Rieken
bdb5985386 add INotebookEditorModelResolverService 2020-06-12 12:09:24 +02:00
Dirk Baeumer
2564b652a8 Remove LanguageType 2020-06-12 11:54:48 +02:00
Alex Ross
efc4234f64 Clean up regular expression in extHostTunnelService 2020-06-12 11:21:35 +02:00
Benjamin Pasero
06ab39c8e6 debt - adopt product service in more places 2020-06-12 11:19:26 +02:00
isidor
8f7f5c84ce Revert "actionBar: use both up and left for back and down and right for next since not all users can see orientation"
This reverts commit 9d68bd2918.
2020-06-12 11:11:59 +02:00
Alex Ross
d18ba85158 Make sure extensions are activated before resolving task
Part of #99797
2020-06-12 11:06:36 +02:00
Martin Aeschlimann
d78d88f7a8 make merge-conflic serverless 2020-06-12 11:03:52 +02:00
Sandeep Somavarapu
0c9c4dfbbc Fix #86192 2020-06-12 10:19:08 +02:00
Ladislau Szomoru
32509cce3f Fix for #99950 2020-06-12 10:07:26 +02:00
Jackson Kearl
3023198b7e
Support --enable-proposed-api through argv.json (#99908)
* Support --enabled-proposed-api thorugh argv.json
Closes #99775

* Fix typos.

* Apply suggestions from code review

Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>

Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>
2020-06-12 01:07:17 -07:00
Rhitik Bhatt
2e2bdd5090
Adds basic keybinding for focusing on an element in outline pane (#91799)
* Adds basic keybinding for focusing on an element in outline pane

* Adds basic keybinding for focusing on an element in outline pane

* Moves common features of select and focus event to func

* Adds back setSelection to list, changes ObjectTree to Trees

* Removes unecessary changes to outlinePane

* Changes the name of list.focus command to list.selectAndPreserveFocus

Co-authored-by: Rhitik Bhatt <rhitikbhatt@gmail.com>
Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>
2020-06-12 10:06:39 +02:00
Benjamin Pasero
61c8144361 fix compile leftover 2020-06-12 10:04:05 +02:00
Johannes Rieken
00637c1c42 remove obsolete APIs, https://github.com/microsoft/vscode/issues/93265 2020-06-12 09:57:10 +02:00
Jackson Kearl
1a4f2adb6d Re-run clean search view searches on "open in editor" to fetch context lines as per searchEditor.defaultContextLines
Set default defaultContextLines to 1.
Close #99321.
2020-06-12 00:49:13 -07:00
Sandeep Somavarapu
a5bc167d69 check for web platform 2020-06-12 07:50:41 +02:00
Matt Bierner
7e4cc2c435 Only run specific commands on the syntax server
This works better than running all commands on the syntax server by default
2020-06-11 20:05:33 -07:00
Matt Bierner
51d697c202 💄 2020-06-11 20:05:33 -07:00
Matt Bierner
5f3e2078a3 Add more explict message queue for webviews while they are loading 2020-06-11 20:05:33 -07:00
Matt Bierner
4933ceede3 Remove use strict 2020-06-11 20:05:33 -07:00
Matt Bierner
2c517389bc Move example files for memfs to own folder
The strings for these files were taking up a lot of space, making browsing memfs.ts difficult
2020-06-11 20:05:33 -07:00
Rob Lourens
0163f671e1 Fix unnecessarily escaped period 2020-06-11 21:01:07 -05:00