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 e2805fe commit 6de6a92Copy full SHA for 6de6a92
update-extensions.ts
@@ -389,7 +389,7 @@ async function createRepositoryFileResolver (extension: Extension) {
389
}
390
391
async function fetchExtensions () {
392
- await fs.rmdir(extensionsPath, { recursive: true })
+ await fs.rm(extensionsPath, { recursive: true })
393
394
let grammarResult: Omit<monaco.extra.ITMSyntaxExtensionPoint, 'path'>[] = []
395
let grammarPaths: Record<string, string> = {}
0 commit comments