Martin Aeschlimann
3c9ab33d33
fix tests ( #160146 )
2022-09-06 09:39:08 +02:00
Johannes Rieken
dc51fb53f1
disable context key event logging ( #160145 )
2022-09-06 09:34:01 +02:00
Benjamin Pasero
31c8928c68
perf - cleanup afterWindowOpen
( #160137 )
2022-09-06 09:28:13 +02:00
Johannes Rieken
f8664ffb55
Merge pull request #159879 from microsoft/joh/desktop-coi
...
Add `--enable-coi` command line switch for desktop
2022-09-06 09:12:33 +02:00
Henning Dieterichs
1995346bc5
Refactors merge editor. ( #160116 )
2022-09-06 06:07:08 +02:00
Sandeep Somavarapu
1872bc1f7e
debt: lazy creation of services in config ( #160082 )
...
* debt: lazy creation of services in config
* spell check
* use same instance of ConfigurationEditing
* fix unit tests
2022-09-06 07:39:20 +10:00
Ladislau Szomoru
4542a16b0b
Git - fix telemetry comment ( #160117 )
...
Fix telemetry comment
2022-09-05 21:09:24 +02:00
Johannes Rieken
0134cff515
Merge pull request #160095 from microsoft/joh/cks-microtaskemitter
...
joh/cks microtaskemitter
2022-09-05 19:12:43 +02:00
Benjamin Pasero
65776604c6
services - prevent eager layout service use ( #160103 )
2022-09-05 19:11:16 +02:00
Martin Aeschlimann
48d1e04d9d
[css/json/html] update servers and services ( #160108 )
2022-09-05 19:10:32 +02:00
Ladislau Szomoru
bb2c77dea1
Git - Initial repository scan telemetry ( #160102 )
...
Initial repository scan telemetry
2022-09-05 08:12:25 -07:00
Johannes
77a89ef405
Remove IContextKeyService.bufferChangeEvents
because onDidChangeContext
is now backed by the MicrotaskEmitter
which make this event drasically less expensive
2022-09-05 15:41:36 +02:00
Benjamin Simmonds
f58dbc2689
Reintroducing View Title command arguments ( #160092 )
...
Revert "Remove Title Command Arguments from August Iteration (#159076 )"
This reverts commit ad7ce39b07
.
2022-09-05 15:38:35 +02:00
Johannes
f407e55d25
Merge branch 'main' into joh/cks-microtaskemitter
2022-09-05 15:24:45 +02:00
Johannes
020eb53793
add ugly cast to avoid layering check
2022-09-05 15:24:05 +02:00
Johannes
7466145bae
also set COOP and COEP from webview protocol handler
2022-09-05 15:00:14 +02:00
Johannes
fd9675605d
set CORP header on webview resources
2022-09-05 14:55:24 +02:00
Benjamin Pasero
d470b5a42f
services - adopt InstantiationType.Eager
( #160087 )
...
//cc @jrieken
2022-09-05 14:51:02 +02:00
Johannes
60e7905621
Merge branch 'main' into joh/desktop-coi
2022-09-05 14:43:04 +02:00
Alex Ross
a27fc69ce5
Bump distro ( #160084 )
2022-09-05 14:23:42 +02:00
Benjamin Pasero
90c71897ee
debt - launch service should not deal with diagnostics ( #159845 )
2022-09-05 14:15:33 +02:00
Joyce Er
74f5cb8718
Fix Continue On for contributions which don't return a URI ( #160004 )
2022-09-05 14:14:40 +02:00
Henning Dieterichs
5aaf4a8439
Merge pull request #159923 from microsoft/hediet/mergeEditorBaseView
...
merge editor base view
2022-09-05 13:16:20 +02:00
Henning Dieterichs
46875c78c6
Merge branch 'main' into hediet/mergeEditorBaseView
2022-09-05 13:01:02 +02:00
Henning Dieterichs
9b381c5cd9
Merge pull request #159654 from microsoft/hediet/september
...
Hediet/september
2022-09-05 13:00:40 +02:00
Henning Dieterichs
959cf13eff
Merge pull request #159997 from OtherHorizon/main
...
Bracket support for #if and #endif in cpp
2022-09-05 11:50:41 +02:00
Henning Dieterichs
226be69989
Adresses feedback from PR
2022-09-05 09:59:56 +02:00
Johannes Rieken
a4dd83d69b
add more explicit InstantiationType
to registerSingleton ( #160061 )
...
https://github.com/microsoft/vscode/issues/159178
2022-09-05 09:45:06 +02:00
João Moreno
d868c444a8
Build: Properly verify signed macOS application bundle ( #160056 )
...
* properly test signed macos application
fixes #159873
* more checks
* hm
2022-09-05 07:54:37 +02:00
Benjamin Pasero
d17726fe4b
debt - force all remote services to be lazy ( #159178 ) ( #159972 )
2022-09-03 14:19:18 -07:00
Blip blop
13a51cea1d
Updated support for #if and #endif
2022-09-03 22:26:50 +05:30
Sandeep Somavarapu
4f69cdf95a
use window.openedWorkspace ( #159942 )
2022-09-02 21:32:40 -07:00
Sandeep Somavarapu
6af6f489b9
fix #159755 ( #159916 )
2022-09-03 06:30:29 +02:00
Daniel Imms
f6df6d3db7
Merge pull request #159952 from microsoft/tyriar/xterm_es2015
...
Update xterm.js
2022-09-02 14:18:39 -07:00
Daniel Imms
1c3bd7a719
Update xterm.js
...
Main change: xtermjs/xterm.js#3992
2022-09-02 13:18:22 -07:00
Connor Peet
6900e6f4df
fix: dynamic debug of node.js terminal types failing ( #159935 )
...
This contains the following changes: https://github.com/microsoft/vscode-js-debug/compare/v1.71.0...v1.71.1
This (as a candidate) will fix #159881
2022-09-02 10:41:53 -07:00
Benjamin Pasero
92ecdac13e
Avoid sync require for loading NLS configuration ( fix #159894 ) ( #159895 )
2022-09-02 09:35:52 -07:00
Henning Dieterichs
366a95d63e
Adds an optional base view to the merge editor. Fixes #155277 .
2022-09-02 18:01:10 +02:00
Sandeep Somavarapu
5bc68cd888
retain non existing view customizations ( #159921 )
2022-09-02 17:26:50 +02:00
Henning Dieterichs
d9ffee469d
Fixes CI
2022-09-02 17:19:49 +02:00
Daniel Imms
b4a53a5846
Merge pull request #159919 from microsoft/tyriar/159910
...
Ensure primary backend is registered before view visibility is handled
2022-09-02 08:12:34 -07:00
Daniel Imms
12316e20fb
Ensure primary backend is registered before view visibility is handled
...
Fixes #159910
2022-09-02 07:50:53 -07:00
Joyce Er
d337885984
Route user to download missing git ( #159505 )
...
* Factor out captured variables that are not reused outside findGit callback
* Always register git protocol handler
* Notify the user when cloning without git installed
* Actually notify the user when cloning without git installed
Errors when invoking a command don't seem to get thrown in the extension host
* Add output channel logging
* Revert "Factor out captured variables that are not reused outside findGit callback"
This reverts commit df005bdda5
.
2022-09-02 16:31:17 +02:00
Johannes
902d706b9a
wip
2022-09-02 15:00:53 +02:00
Daniel Imms
0797f094cd
Merge pull request #155361 from jeanp413/fix-145865
...
Fixes find widget shall be shown per split terminal
2022-09-02 05:58:19 -07:00
Benjamin Pasero
650ee12e42
perf - more lazy services ( #159178 ) ( #159899 )
...
* perf - more lazy services (#159178 )
* restore
2022-09-02 14:48:17 +02:00
Daniel Imms
2863ec96b7
Merge pull request #155551 from MonadChains/issue/155543
...
Polish command navigation for "empty commands" for non-partial terminal capabilities
2022-09-02 05:47:44 -07:00
Daniel Imms
2ac8f00a98
Remove ITerminalInstance.findState
2022-09-02 05:44:48 -07:00
Daniel Imms
1f2780b193
Merge remote-tracking branch 'origin/main' into pr/jeanp413/155361
2022-09-02 05:42:53 -07:00
Daniel Imms
22b75589a0
Merge branch 'main' into issue/155543
2022-09-02 04:48:57 -07:00