Commit Graph

90138 Commits

Author SHA1 Message Date
Henning Dieterichs
42ec6e7924 Shows a banner if a file has too many highlighted unicode characters. 2021-11-26 11:00:24 +01:00
Sandeep Somavarapu
bab15fcbb0 #15756 fine tuning wordings 2021-11-26 10:44:41 +01:00
Benjamin Pasero
420c749ca8 Rename resolveShellEnv to getResolvedShellEnv (fix #137923) 2021-11-26 10:28:49 +01:00
Sandeep Somavarapu
bfd3bee273 #15756 prevent installing unsupported extensions in main service 2021-11-26 10:26:44 +01:00
Alex Dima
1a3dce1b0c update monaco.d.ts 2021-11-26 10:13:08 +01:00
Alexandru Dima
eca6f7ed24 Merge pull request #137810 from mkantor/doc-comment-typos
Fix a few typos in doc comments
2021-11-26 10:10:04 +01:00
Benjamin Pasero
a11814c57a smoke - switch away from potentially flaky editors.selectTab method 2021-11-26 09:22:19 +01:00
Benjamin Pasero
01d1ea52e6 tests - skip flaky in node.js env (#137853) 2021-11-26 08:56:58 +01:00
deepak1556
d18d093403 ci: remove xcode switch step
Refs 480888c7ce
2021-11-26 15:19:42 +09:00
deepak1556
480888c7ce ci: unset SDKROOT
macOS 11 is the default agent that has the correct headers
by default to build for arm target. The hack was needed when
the agent was still Catalina and the arm headers were not
available by default.
2021-11-26 13:19:47 +09:00
Sandeep Somavarapu
a45c7f09cc #15756
- show warning for unsupported extensions
- action to switch to prerelease
2021-11-26 02:02:41 +01:00
Sandeep Somavarapu
503a9bcd16 #15756 prompt users to migrate from old extension to main prerelease extension 2021-11-26 01:09:15 +01:00
Alexandru Dima
4aad18d229 Merge pull request #137863 from microsoft/alex/remote-connection-improvements
Remote connection improvements
2021-11-26 00:53:24 +01:00
Alex Dima
61eda668bd Merge remote-tracking branch 'origin/main' into alex/remote-connection-improvements 2021-11-25 23:41:04 +01:00
Alex Dima
8dbd9d0ee6 Remove unnecessary socket.pause() calls 2021-11-25 23:40:30 +01:00
Martin Aeschlimann
eecd0038f6 add previewColorTheme command (for #137289) 2021-11-25 22:51:41 +01:00
Alex Dima
be87ebcd0d Ask the client to pause writing until the socket is sent to the remote extension host process, which then asks the client to resume (#134429) 2021-11-25 22:41:43 +01:00
Martin Aeschlimann
1c1df5532d themes actions: convert to Action2 2021-11-25 21:45:32 +01:00
Alex Dima
3fb9624b29 Remove KeepAlive message and rely solely on unacknowledged messages as a trigger for timeout 2021-11-25 21:07:14 +01:00
Martin Aeschlimann
118d34cbe7 add browse marketplace for file and product icons (for #137289) 2021-11-25 20:04:50 +01:00
Martin Aeschlimann
60d21965c7 add marketplace apis for file/product icon themes (for #137289) 2021-11-25 20:04:49 +01:00
Sandeep Somavarapu
ab394ee788 #15756 support pre-release while installing through cli and commands 2021-11-25 19:55:21 +01:00
Sandeep Somavarapu
dd19b1d50b refactor extensions report to extensions control manifest 2021-11-25 19:16:06 +01:00
Alex Dima
7b3474abff Make sure websocket frames are processed in order 2021-11-25 16:44:30 +01:00
Henning Dieterichs
10d3e93db5 Improves assertNever type. 2021-11-25 16:15:32 +01:00
Alex Dima
a3dce400d6 Move draining logic to ZlibDeflateStream 2021-11-25 15:34:36 +01:00
Alex Dima
2b6fd1df46 Extract ZlibDeflateStream 2021-11-25 15:27:37 +01:00
Sandeep Somavarapu
944d343cc2 #46851 add default value source & default default value to configuration properties 2021-11-25 14:45:22 +01:00
Ladislau Szomoru
f853123bff Fix #137870 2021-11-25 14:37:35 +01:00
Benjamin Pasero
6f2239307b Smoke test tweaks (#137809)
* smoke - move data migration tests into one and align

* fix app starting

* `createWorkspaceFile` is not async

* 💄

* support screenshot on failure even for stable app

* smoke - try to remove timeout (#137847)

* improve exit call
2021-11-25 14:37:22 +01:00
Martin Aeschlimann
2f8fb0b32e workbench.colorCustomizations not working after the latest update. Fixes #137867 2021-11-25 13:53:42 +01:00
Alex Dima
babe6a6a94 Extract ZlibInflateStream 2021-11-25 11:47:55 +01:00
Sandeep Somavarapu
5e5bb86a25 take extension id while registering defaults 2021-11-25 11:37:31 +01:00
Sandeep Somavarapu
131f9fa97c #46851 fix init 2021-11-25 11:03:57 +01:00
Alex Dima
20d492a0a0 Merge remote-tracking branch 'origin/main' into alex/remote-connection-improvements 2021-11-25 10:26:09 +01:00
Alex Dima
228ac5b3c1 Add traceSocketEvent for fake socket 2021-11-25 10:25:00 +01:00
Martin Aeschlimann
7ca8fbe2d3 icon themes: fix duplicated marketplace item 2021-11-25 10:07:36 +01:00
Sandeep Somavarapu
f04acdb07e #15756 fine tune labels 2021-11-25 09:52:04 +01:00
Alex Dima
648e355c05 Add tracing to sockets 2021-11-25 09:40:16 +01:00
Martin Aeschlimann
1e473b624f fix themes. linter errors 2021-11-25 08:40:34 +01:00
Tyler Leonhardt
9ec1ae1d92 silently getting session should return a session (if any) regardless of preference. fixes #137819 2021-11-24 16:40:39 -08:00
Tyler Leonhardt
26fe37ca3d Revert "Have setting the value trigger the filter. Fixes #137279"
This reverts commit c1c103dee7.
2021-11-24 15:08:35 -08:00
Tyler Leonhardt
60c59ff641 Revert "trigger didChange event when you update inputbox.value. ref c1c103dee729b6f702c1c5272d25b24ea9664d48"
This reverts commit bdc6162b1d.
2021-11-24 15:07:15 -08:00
Sandeep Somavarapu
4947eba7a5 #15756 rename 2021-11-24 23:42:26 +01:00
Sandeep Somavarapu
a74b70781e #15756 sync prereleases 2021-11-24 23:42:26 +01:00
Sandeep Somavarapu
f26a89c2c3 #15756 set metadata always and fix hadPreReleaseVersion 2021-11-24 23:42:25 +01:00
Martin Aeschlimann
19a83b8c47 color theme picker: separate quick pick for browsing 2021-11-24 23:42:07 +01:00
rebornix
1f581e229d Update doc 2021-11-24 14:30:55 -08:00
rebornix
90ca212f5f Clear Notebook Editor Cache 2021-11-24 13:43:06 -08:00
Raymond Zhao
4a5d3623c0 Polish 2021-11-24 13:12:12 -08:00