Skip to content

Commit

Permalink
feat(demo): demo extension recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Nov 21, 2023
1 parent 64f120b commit 5fbe147
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion demo/src/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,12 @@ await Promise.all([
folders: [{
path: '/tmp'
}]
}))
})),
initFile(monaco.Uri.file('/tmp/.vscode/extensions.json'), `{
"recommendations": [
"vscodevim.vim"
]
}`)
])

// Override services
Expand Down

0 comments on commit 5fbe147

Please sign in to comment.