Skip to content

Commit

Permalink
feat: πŸ“ log project folder when script is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Dec 13, 2024
1 parent dd8d647 commit d79b532
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/vscode/src/fragmentcommands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ export function activateFragmentCommands(state: ExtensionState) {

if (!script) {
state.output.appendLine(`requested script: ${fp}`)
state.output.appendLine(
`project folder: ${state.host.projectFolder()}`
)
scripts.forEach((s) =>
state.output.appendLine(`- ${s.filename}\n ${scriptFile(s)}`)
)
Expand Down

0 comments on commit d79b532

Please sign in to comment.