-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Fix current cell colors again #5403
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
Conversation
| isWholeLine: true | ||
| }); | ||
| this.cellSeparatorType = this.documentManager.createTextEditorDecorationType({ | ||
| borderColor: new vscode.ThemeColor('sideBarSectionHeader.background'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to check, but we are ok with using this sideBar style still? It's going from an editor color to a non-editor color in this PR, so better chance of being invisible in some themes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I should switch that to the selection line color.
IanMatthewHuff
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
![]()
* Make a box instead of a background * Fix casing on IPython * Final decision on decorator * Code cleanup * Update in between color to be an editor color
* release: (25 commits) Bump version remove unexpected trailing commas in JSON files (#5443) Fixes to creation of json for Language Server (#5436) Update version of Language Server Update version (#5435) Deprecate travis (#5434) Upload vsix to artifacts (#5412) Fix the flask app name prompt for launch config. (#5409) Reliably end test tasks in Azure Pipelines (#5410) fix len error (#5421) Fix null cases (#5419) Fix sorting of number only lists (#5416) add news cleanup and functional test working first draft Fix current cell colors again (#5403) Fix data viewer issues (#5405) Update 'news' command to directly update the changelog Fixes to the test explorer in displaying root (#5383) Include pylintrc (#5369) ...
For #5236
package-lock.jsonhas been regenerated by runningnpm install(if dependencies have changed)