Skip to content

Commit 9b7ae66

Browse files
author
Colin Grant
committed
Update SHAs
1 parent 73859be commit 9b7ae66

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/core/src/browser/style/status-bar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ body.theia-no-open-workspace #theia-statusBar {
126126
-moz-osx-font-smoothing: grayscale;
127127
}
128128

129-
/* Adapted from https://github.com/microsoft/vscode/blob/main/src/vs/workbench/services/hover/browser/hoverService.ts */
129+
/* Adapted from https://github.com/microsoft/vscode/blob/7d9b1c37f8e5ae3772782ba3b09d827eb3fdd833/src/vs/workbench/services/hover/browser/hoverService.ts */
130130

131131
.theia-status-bar-hover {
132132
font-family: var(--theia-ui-font-family);

packages/editor/src/browser/language-status/editor-language-status.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
1515
********************************************************************************/
1616

17-
/* Copied from https://github.com/microsoft/vscode/blob/7d9b1c37f8e5ae3772782ba3b09d827eb3fdd833/blob/main/src/vs/workbench/contrib/languageStatus/browser/media/languageStatus.css */
17+
/* Copied from https://github.com/microsoft/vscode/blob/7d9b1c37f8e5ae3772782ba3b09d827eb3fdd833/src/vs/workbench/contrib/languageStatus/browser/media/languageStatus.css */
1818

1919
.hover-language-status {
2020
display: flex;

packages/plugin-ext/src/plugin/languages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ export class LanguagesExtImpl implements LanguagesExt {
670670
return this.withAdapter(handle, DocumentRangeSemanticTokensAdapter, adapter => adapter.provideDocumentRangeSemanticTokens(URI.revive(resource), range, token), null);
671671
}
672672

673-
// Copied from https://github.com/microsoft/vscode/blob/main/src/vs/workbench/api/common/extHostLanguages.ts
673+
// Copied from https://github.com/microsoft/vscode/blob/7d9b1c37f8e5ae3772782ba3b09d827eb3fdd833/src/vs/workbench/api/common/extHostLanguages.ts
674674
protected statusItemHandlePool = 0;
675675
protected readonly statusItemIds = new Set<string>();
676676
createLanguageStatusItem(extension: Plugin, id: string, selector: theia.DocumentSelector): theia.LanguageStatusItem {

0 commit comments

Comments
 (0)