Skip to content

Commit

Permalink
fixed default extensions installation during setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Aug 29, 2018
1 parent 1c1f716 commit 3018bf2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/setup/setup.ts
Expand Up @@ -39,9 +39,6 @@ async function setupExtensions(

try {
const extension = await installExtension(filePath, {
checkExtensionType(type: string) {
return true;
},
notFound() {},
async confirmReplaceNewerVersion(
newExtension: IExtension,
Expand Down

0 comments on commit 3018bf2

Please sign in to comment.