Skip to content

Adding File System #284

Closed Answered by CGNonofr
cemalgnlts asked this question in Q&A
Dec 6, 2023 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

It'll be fixed soon in #285

in the meantime, you can add this workaround:

import { IExtensionService } from 'vscode/vscode/vs/workbench/services/extensions/common/extensions'
import { registerServiceInitializeParticipant } from 'vscode/lifecycle'

registerServiceInitializeParticipant(accessor => accessor.get(IExtensionService))

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@cemalgnlts
Comment options

@cemalgnlts
Comment options

Answer selected by cemalgnlts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants