List add button

This commit is contained in:
Misode
2024-10-23 20:14:10 +02:00
parent 6ea2b7929c
commit 6151fbcea4
3 changed files with 162 additions and 27 deletions

View File

@@ -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) {