microsoft/vscode-makecode

Sharing a project with multiple files

Opened this issue · 1 comments

@bamurtaugh spotted this.
For the Arcade extension for VS Code, if you create a project with multiple files, and then create a share link, we don't package up the additional files in the shared project.

Thanks for filing! An additional idea to consider is making this opt-in (i.e. asking users before automatically including other files).

My scenario: I was creating a project from a template in vscode.dev/makecode. I was notified I needed to have a folder open for this (which I hadn't expected), so I opened a random folder on my machine. In this case, I wouldn't have wanted any random files in that folder to be included in my bundled and shared project.