未验证 提交 29798049 编写于 作者: S Sandeep Somavarapu 提交者: GitHub

Merge pull request #61634 from nestoralonso/fix-typo-in-comment

fix-typo-in-comment
......@@ -758,7 +758,7 @@ export class ExtensionManagementService extends Disposable implements IExtension
}
private scanExtension(folderName: string, root: string, type: LocalExtensionType): Promise<ILocalExtension> {
if (type === LocalExtensionType.User && folderName.indexOf('.') === 0) { // Do not consider user exension folder starting with `.`
if (type === LocalExtensionType.User && folderName.indexOf('.') === 0) { // Do not consider user extension folder starting with `.`
return Promise.resolve(null);
}
const extensionPath = path.join(root, folderName);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册