Skip to content

refactor: cleanup the codebase after migrating from workspaces to repositories

Tomas Vik requested to merge 345-workspace-cleanup into main

This MR contains mass-rename:

  • workspaceFolder -> repositoryRoot
  • workspacePath -> repositoryRoot

Both of these renames are in separate commits where I only applied search/replace in VS Code and didn't tinker with the changes any other way (except for not applying the rename to some files like create_tmp_workspace.ts which still works with workspaces).

I also updated README.md and architecture.md manually in the last commit. They now reflect that we use repositories and we don't need Multi-root Workspaces.

Passing tests should give us enough confidence in the change.

The MR can be reviewed commit-by-commit but it should also make sense to review the whole diff at once.

Related to #345 (closed)

Edited by Tomas Vik

Merge request reports