[SWE-Bench Test] Fix TypeScript issue - Test PR 8#2
Open
Conversation
@Tyriar has fixed this for the September release, but for August we will not use the custom hover in the custom tree view by default. This change is mostly a revert of 874c98d. In the September iteration, we will go back to using custom hovers by default in the custom tree view. Fixes microsoft#106096
Reverts microsoft#103485 Fixes microsoft#106261 I believe that microsoft#103485 broke cases where the markdown renderer creates tokenized strings that are used outside of an editor's dom node (such as in hovers or in webviews) The safest fix for now is to revert it. We can revist this and make the markdown renderer handle the tokenized output better next iteration
…ring Revert more specific class names for editor tokens
…y/js-debug-1497 debug: update js-debug
- add perf mark up and logs
Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>
…taInitFreeze Fix user data init freeze
Addresses issue in microsoft/vscode
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
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.
🧪 SWE-Bench Test PR
This is a test PR created for evaluating our PR reviewer bot.
Original Issue:
Completions which use spaces are broken after updating from July to August version