Commit graph

69575 commits

Author SHA1 Message Date
Matt Bierner
f694b07825 Make sure we do not enable JS/TS language features on live share clients
For #104180
2020-08-18 16:48:16 -07:00
Matt Bierner
c709fd3aa2 Pick up new TS insiders 2020-08-18 16:28:55 -07:00
Jackson Kearl
a14a7e0b61 Treat more extensions as C++
Reduce duplicated repository entries in search editor tmgrammar
Closes #104887.
2020-08-18 16:13:27 -07:00
Martin Aeschlimann
4de754dc13 [html] [rename on type] does not work properly with multicursor. Fixes #88127 2020-08-18 22:03:59 +02:00
Connor Peet
bb284a4943
debug: enable opt-in js-debug auto attach 2020-08-18 12:31:31 -07:00
Martin Aeschlimann
0c61cd2e29 renameOnType: don't register listeners when feature is disabled or has no providers (#104823) 2020-08-18 20:11:40 +02:00
Andre Weinand
5ccf8034de make return type of getDebugProtocolBreakpoint async 2020-08-18 19:16:08 +02:00
Johannes Rieken
c30092a838 move proposed apis to vscode.d.ts, https://github.com/microsoft/vscode/issues/101857 2020-08-18 19:07:05 +02:00
Ladislau Szomoru
41b661eb3d Add process.arch into unit test results file names 2020-08-18 18:08:37 +02:00
Alex Ross
197b0fcd21 Show task detail in Configure Task
Fixes #104911
2020-08-18 15:24:23 +02:00
Johannes Rieken
77b355055c
Merge pull request #104885 from jeanp413/fix-104776
Fixes middle-click on a link doesn't open the link properly
2020-08-18 15:15:11 +02:00
Alex Ross
1171409ffd Better preserve host name in port forwarding
Fixes https://github.com/microsoft/vscode-remote-release/issues/2711
2020-08-18 13:12:46 +02:00
isidor
15122ccbba Explorer: Cmd+Down should move focus to editor
fixes #104783
2020-08-18 12:40:04 +02:00
Johannes Rieken
1ecf279ca5 only add menu contribution when having call hierarchy providers, https://github.com/microsoft/vscode/issues/104727 2020-08-18 12:10:15 +02:00
Ladislau Szomoru
bd364ea311
Run commosJS integration tests consistently (#104914) 2020-08-18 12:04:38 +02:00
isidor
aa094f11a8 fixes #104773 2020-08-18 11:49:35 +02:00
Benjamin Pasero
e55f6c99cc fix #104698 again 2020-08-18 10:27:55 +02:00
Benjamin Pasero
8a9659f3e3 🆙 distro 2020-08-18 10:02:00 +02:00
Benjamin Pasero
b561a5e1ac debt - sync changes back from distro 2020-08-18 09:59:33 +02:00
Benjamin Pasero
88c6e7b448 debt - remove node.processEnv.ext.d.ts
We will probably need to find a different solution for sandbox and should reduce exposure so that not everyone is seeing this hack
2020-08-18 09:56:55 +02:00
Benjamin Pasero
651fb28e3c web - rename resources/serverless => resources/web 2020-08-18 09:49:53 +02:00
Johannes Rieken
494c209353 mark toArray as deprecated/obsolete 2020-08-18 09:21:55 +02:00
Benjamin Pasero
4491427ac7 web - move playground out of sources
We will consume the playground from https://github.com/microsoft/vscode-web-playground going forward.
2020-08-18 09:18:23 +02:00
Eric Amodio
3d5b2fecf2 Removes unused code 2020-08-18 01:30:56 -04:00
jeanp413
ace080a622 Fixes #104776 2020-08-17 23:12:03 -05:00
Eric Amodio
6b01ac19ed Fixes #104700 - use registered provider count
Don't account for excluded providers, since the user can change those dynamically and we don't want the view to hide itself
2020-08-18 00:02:31 -04:00
Duc Nghiem Xuan
63c711deef
Don't include this function types in completeFunctionCalls (#104479) 2020-08-17 17:52:26 -07:00
Matt Bierner
650f7688f3 Add (loading...) prefix to hovers while TS Server is starting up
Fixes #104859
2020-08-17 17:48:26 -07:00
Rob Lourens
9fcefcd872 Make sure "command palette" command doesn't show up in simple editor
#104727
2020-08-17 17:39:05 -07:00
rebornix
624e408a2c allow customize contributions for notebook. 2020-08-17 17:09:40 -07:00
Jackson Kearl
eb7a565926 Bump actions 2020-08-17 15:13:04 -07:00
Matt Bierner
eea74fd3a4 Only override copy/paste for extension page if webview is focused
Fixes #102979
2020-08-17 14:48:09 -07:00
mtaran-google
76bc88fd9d
Ban unreachable code. (#104521)
This changes unreachable code from a warning presented in the editor to an error. Existing issues mostly revolved around switching on enums. These were fixed by converting the switches to use a default case, leaving the behavior unchanged in case of new values (e.g. from separately-compiled extensions) creeping in.

Other cases had to do with the assert.fail() function, which throws and so shouldn't have anything following it.

Co-authored-by: Maksym Taran <maksym.taran@gmail.com>
2020-08-17 14:38:32 -07:00
Sandeep Somavarapu
4cee5da307 Fix #103839 2020-08-17 23:29:23 +02:00
Rob Lourens
d28477e20f Force horizontalScrolling=off for SettingsTree
Fix #104843
2020-08-17 14:27:24 -07:00
Rob Lourens
05e0e02751 Fix toolbar only showing up for hovered rows, not focused rows
Fix #104229
2020-08-17 11:54:53 -07:00
Rachel Macfarlane
386fc8c799 Update distro 2020-08-17 10:20:26 -07:00
Robo
11dc5a81ba
build: include auth dialog resource (#104841) 2020-08-17 09:40:44 -07:00
Benjamin Pasero
185bf255ad Revert "fix #104698 Make query element of uri survive conflict resolution massaging (#104699)"
This reverts commit 04f2a740c7.
2020-08-17 17:05:30 +02:00
Ladislau Szomoru
c8f9d00bb8 Consistent order of running tests 2020-08-17 16:34:00 +02:00
isidor
908af6a089 remove todo 2020-08-17 15:54:17 +02:00
isidor
d178b14151 debug: getDebugProtocolBreakpoint: make sure to use the breakpoint id
#99716
2020-08-17 15:48:21 +02:00
Johannes Rieken
37b2494462 chore - mark removeNode as deprecated 2020-08-17 15:15:09 +02:00
John Murray
04f2a740c7
fix #104698 Make query element of uri survive conflict resolution massaging (#104699)
* fix #104698 Make query element of uri survive conflict resolution massaging

* Incorporate PR feedback

* Simplify

* Event simpler, and with comments

* Variant preferred by @bpasero
2020-08-17 15:12:26 +02:00
Sandeep Somavarapu
6344d2f62c Fix #104652 2020-08-17 14:20:29 +02:00
Andre Weinand
c233bf87bc add API to access DAP breakpoints; see #99716 2020-08-17 12:30:02 +02:00
Ladislau Szomoru
652a432f59
Set suite name based on the --web parameter (#104798) 2020-08-17 11:51:59 +02:00
isidor
43ceb72582 update distro 2020-08-17 11:49:18 +02:00
Alex Ross
9ee3142777 Tasks from Run Build Task and Run Test Task should be recently used
part of #104714
2020-08-17 11:25:10 +02:00
Martin Aeschlimann
882cfecb39 HTML Tag Syncing Not Breaking on Space. Fixes #103671 2020-08-17 11:04:30 +02:00