mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
💄 tslint /api
This commit is contained in:
@@ -58,7 +58,7 @@ interface CachedCodeLens {
|
||||
symbols: modes.ICodeLensSymbol[];
|
||||
lenses: vscode.CodeLens[];
|
||||
disposables: IDisposable[];
|
||||
};
|
||||
}
|
||||
|
||||
class CodeLensAdapter implements modes.ICodeLensSupport {
|
||||
|
||||
@@ -94,7 +94,7 @@ class CodeLensAdapter implements modes.ICodeLensSupport {
|
||||
lenses,
|
||||
symbols: [],
|
||||
disposables: [],
|
||||
}
|
||||
};
|
||||
|
||||
lenses.forEach((lens, i) => {
|
||||
data.symbols.push(<modes.ICodeLensSymbol>{
|
||||
|
||||
Reference in New Issue
Block a user