You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1) Crypto
checksum:
Error: Timeout of 5000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.
The text was updated successfully, but these errors were encountered:
Fixes#118978
explorerModel: add toString to explorerItem for more precise error message
multicursor aria polish
fixes#118964fixes#118965
debt - consolidate process usage
:lipstick: process use
fix#118970
accessibility: 1000 page size as default
Do no install repo on Raspberry Pi OS (#118826)
* Do no install repo on Raspberry Pi OS
* 💄
Co-authored-by: João Moreno <[email protected]>
firefox: do not use ctrl+shift+P for show all commands since it is taken, make sure F1 is rendered
untitledHint: introduce default for workbench.editor.untitled.hint
better aria label for the remote host status bar item
fixes#118839Fix#118958Fix#118953
Remove unused
Remove only
Rename setting gettingStarted.hiddenCategories => workbench.welcomePage.hiddenCategories
Fixes#118990
Don't create markdown previews if cell is in edit mode
unHidePreview should also update dimensions
update seti theme. fixes#118912
test view/model range convertion with hidden cells.
share drag impl for builtin and custom md renderer.
adopt multi select in drag and drop. drag the focus or selection around the focus.
update list item height on markdown cell ctor as we might already warm up the viewport.
Fix border overlap in quick pick UI (#119039)
Fixes#107737
debt - some more process and platform 💄
debt - use product quality instead of probing for name
Adds RemoteHub to api allow list
fix build
mark APIs as deprecated
fix: typo
custom editors - make conflict resolution actions appear (#118949)
Workspace trust changes (#119017)
* Add dialog button customisation and reject promise if cancelled
* Use different promises to modal/soft requests
new debug setting for clearing a terminal before reusing; fixes#116699
Pick up fix for #117054
Update types
Ports: service -> application, defaults ->unconfigured
ignore file events while saving, more logging, #118992
more deprecations
Fix task start firing with invalid process ID in dependsOn task
This was caused by the env var relaunch @debounce decorator that was added to
prevent the process from relaunching multiple times when multiple extensions
contribute to the environment. This caused the reuseTerminal call to not have
the new processReady promise ready immediately after reuseTerminal was called.
The fix which seems safe it to just move the @debounce over to relaunchTerminal
that tasks doesn't use.
Fixes#118256Fixes#119011: Wait for the vscode API to become available before launching extension tests
https://dev.azure.com/monacotools/Monaco/_build/results?buildId=108870&view=logs&j=c7f62bfb-739d-57a1-95c8-4d7248f0a391&s=d512d33a-aa08-5005-de22-420ea84931af&t=bef6a9d1-d626-5945-7367-d651de79ff01&l=7879
The text was updated successfully, but these errors were encountered: