Commit Graph
73433 Commits
Author SHA1 Message Date
Johannes Rieken cb69289902 add "format modified lines" action 2020-08-19 14:55:52 +02:00
Sandeep Somavarapu b206806549 Fix #104834 2020-08-19 14:01:13 +02:00
Sandeep Somavarapu 2bdb17235f undo: initialize extensions 2020-08-19 13:56:35 +02:00
isidor fbdc29280b finalize: noDebug and compact flag in DebugSesionOptions
fixes #100852
fixes #99743
2020-08-19 13:51:19 +02:00
Alex Ross af804aa615 Use ignoreFocusLost in variable resolving
Fixes #104915
2020-08-19 13:39:19 +02:00
Johannes Rieken 83f3bcd03e chore - inline single-use function 2020-08-19 13:09:00 +02:00
Johannes Rieken 379bfe61ea support array of ranges in formatDocumentRangesWithProvider and formatDocumentRangesWithSelectedProvider, https://github.com/microsoft/vscode/issues/103745 2020-08-19 13:05:43 +02:00
Sandeep Somavarapu ebdb062403 initialize extensions 2020-08-19 12:46:25 +02:00
Sandeep Somavarapu 8ceb602f29 also check if application was opened before 2020-08-19 12:41:18 +02:00
Sandeep Somavarapu 1c320c0a14 Merge branch 'master' into sandy081/initUserData 2020-08-19 12:40:05 +02:00
Sandeep Somavarapu f56e95ea2b Merge pull request #104933 from microsoft/sandy081/globalIsNew
support isNew with global scope
2020-08-19 12:38:36 +02:00
Sandeep Somavarapu 89ba5a02d3 feedback: no need to wait 2020-08-19 12:38:10 +02:00
Sandeep Somavarapu 1089b6a72b Merge branch 'master' into sandy081/globalIsNew 2020-08-19 12:37:21 +02:00
Andre Weinand b6ff910dcc Merge pull request #103210 from TylerLeonhardt/add-debug-adapter-named-pipe-server
Add DebugAdapterNamedPipeServer
2020-08-19 12:07:54 +02:00
Andre Weinand 36969b3cf9 Merge branch 'master' into add-debug-adapter-named-pipe-server 2020-08-19 11:41:18 +02:00
Benjamin Pasero 32c0f6bc75 web - bump product version to 1.49.0-dev 2020-08-19 10:59:17 +02:00
deepak1556 3665ddb135 Revert "chore: bump electron@9.2.1"
This reverts commit 4dea398d0c.

Internal builds are yet to be published in vscode-electron-prebuilt
2020-08-19 01:06:41 -07:00
Ladislau Szomoru b2efcbf687 Add process.arch into the test results file name (#104946) 2020-08-19 07:48:37 +02:00
deepak1556 4dea398d0c chore: bump electron@9.2.1
Fixes https://github.com/microsoft/vscode/issues/104636
2020-08-18 22:28:03 -07:00
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
Sandeep Somavarapu 7e94ce8831 initialsing user data
- get the current authenticated user session from credentials provider
2020-08-19 00:31:02 +02:00
Eric Amodio bf786f99bc Dynamically updates diff context to cause updates
Important for menu recalc based on diff contexts
2020-08-18 18:23:41 -04: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
Sandeep Somavarapu 276e91213e support isNew with global scope 2020-08-18 16:02:31 +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
ae1020 11664e62a3 Make Clicking in Scrollbars Move By Page
This changes clicking in the "gutter" area of a scrollbar from
jumping to a position in the file proportional to the click, to
the more standard behavior of "clicking before the slider does a
page up (or left), and clicking after the slider does a page down
(or right)".

The behavior is requested in #43564 (and 101698, 100446, 87273
70267, 62834, 55139...)  It would likely make a reasonable
default, since clicking in the source preview right next to the
scroll bar already permits jumping to absolute positions.

However, this PR could also be amended to make it an option.
Documentation of the implementation process is here:

https://ae1020.github.io/vscode-scrollbar-go-by-page/
2020-08-18 08:16:27 -04: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
rebornix 366edd28d5 layer breaker 2020-08-17 22:18:04 -07:00
rebornix e62ccab719 minimal list view change 2020-08-17 22:14:01 -07:00
rebornix ba92c47e81 range map provider 2020-08-17 22:04:24 -07:00