forked from microsoft/vscode
-
Notifications
You must be signed in to change notification settings - Fork 12
Code server 1.57.1 cleanup #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…oolbar Disable consolidated run button by default. Fix microsoft#125544
* avoid strictNull bypass (fix microsoft#125518) * Revert "Update lock file" This reverts commit f843c51. * Revert "Bump es build" This reverts commit 8d87a66.
re-throw and dispose reference when resolving failed
* Pending update operations are cleared immediately (and not debounced). * Context Key is updated when suggest widget becomes inactive. * Suggest Widget only becomes inactive after an 100ms timeout. * Leading whitespace is only ignored when the inline completion is about indentation.
…s-after-accept Focus editor after accepting suggestion.
…ne-completions-color Adjusts inline completions color
…kering-of-inline-completions Reduces flickering of inline completions & fixes context key.
make sure to transform notebook data metadata
better context key for run menu
Set terminal title in ctor for custom pty terminals
* microsoft#125576 * 💄 remove debug message Co-authored-by: Ladislau Szomoru <[email protected]>
aeschli/125786
Backports fix for microsoft#126056 to 1.57 For microsoft#126056 This was regressed when we made rendering potentially be async
* Revert "chore: bump [email protected]" This reverts commit 286b643. * Revert "macOS - workaround fullscreen window regression (microsoft#125122)" This reverts commit a286059.
The config service on the main process isn't complete which results in the terminal config being undefined if there are no user terminals settings set. Fixes microsoft#125985
Fix external terminal when the user has no terminal user settings
Co-authored-by: Henning Dieterichs <[email protected]>
…vent-auto-suggest Do not auto-trigger suggest when typing exactly the inline suggestion
…osoft#126481) * Fix race in proc based port finding * Check port auto forward setting after waiting Fixes microsoft/vscode-remote-release#5208
- respect old value while reading
…fix125970 Improve migrating old editorAssociations setting format
fc6b680
to
d78f2ce
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
WIP