We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d21dee1 commit e46c089Copy full SHA for e46c089
src/vs/workbench/contrib/notebook/browser/viewParts/notebookKernelView.ts
@@ -166,7 +166,6 @@ export class NotebooKernelActionViewItem extends ActionViewItem {
166
if (this._kernelLabel) {
167
this._kernelLabel.classList.add('kernel-label');
168
this._kernelLabel.innerText = this._action.label;
169
- this._kernelLabel.title = this._action.tooltip;
170
}
171
172
0 commit comments