mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-28 09:18:45 +00:00
List add button
This commit is contained in:
@@ -58,6 +58,10 @@ export class SpyglassService {
|
||||
})
|
||||
}
|
||||
|
||||
public getSymbols() {
|
||||
return this.service.project.symbols
|
||||
}
|
||||
|
||||
public async getFile(uri: string, emptyContent?: () => string) {
|
||||
let docAndNode = this.service.project.getClientManaged(uri)
|
||||
if (docAndNode === undefined) {
|
||||
|
||||
Reference in New Issue
Block a user