vscode-verilog-hdl-support icon indicating copy to clipboard operation
vscode-verilog-hdl-support copied to clipboard

Fix format cwd fallback

Open mshr-h opened this issue 4 months ago • 0 comments

Summary

  • avoid workspaceFolders[0] when none are open
  • add fallback to document directory for formatting
  • ensure linters and ctags check workspaceFolders
  • add dev dependency for testing
  • add test for formatting without workspace

Testing

  • npm run lint
  • npm test

https://chatgpt.com/codex/tasks/task_e_6848e6d846788324a5b6fa7dc16a828a

mshr-h avatar Jun 11 '25 03:06 mshr-h