I want to create a workspace that starts with some files that are copied from the files in the extension.
in the vscode plugin,i can get the file uri by extensionUri,but i don’t know how to get the file uri in the theia extension
@Ericdmb if you’re in the node
context, you can simply use __dirname
and navigate through your file system based on that.