Commit Graph

100456 Commits

Author SHA1 Message Date
Benjamin Simmonds
f51258b93b Optional TreeItem Checkbox (#158250) 2022-09-06 12:41:57 +02:00
Martin Aeschlimann
daf5eb2262 fix css tests (#160155)
* fix tests

* add skip
2022-09-06 11:27:06 +02:00
Johannes
2f908943a1 have an explicit SnippetTextEdit and all to set them onto a workspace edit
https://github.com/microsoft/vscode/issues/145374
2022-09-06 11:16:08 +02:00
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
8231c8ccad debt - remove avoidMonkeyPatchFromAppInsights 2022-09-04 07:43:29 +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
Daniel Imms
8b7481bc9d Make options internal 2022-09-02 12:15:55 -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
Daniel Imms
310a3201f5 Simplify focusing of active instance 2022-09-02 09:53:04 -07:00
Daniel Imms
965d3413c6 Remove MenuItemAction from terminalMenus
Fixes #154948
2022-09-02 09:42:32 -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
Daniel Imms
6b9e24b930 Remove MenuItemAction usage in TerminalView
Part of #154948
2022-09-02 08:45:02 -07: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