Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

workspace issues #20

Closed
Tracked by #527
bartr opened this issue Feb 19, 2021 · 2 comments · Fixed by #41
Closed
Tracked by #527

workspace issues #20

bartr opened this issue Feb 19, 2021 · 2 comments · Fixed by #41
Assignees
Labels
DevExperience Easy for developer to understand/deploy FC:DevExperience InternalFeedback Feedback from domain experts or LT; Feedback sent to PG

Comments

@bartr
Copy link
Member

bartr commented Feb 19, 2021

  • when the workspace file is in the repo, VS Code "rewrites" it occasionally which breaks the functionality

  • Ideally, we would open the workspace file when the codespace is created

    • we've tried a couple of approaches that haven't worked
  • current work around is to copy the workspace file to ../akdc

  • use the file - open workspace menu to open the workspace

@bartr bartr added Bug Something isn't working DevExperience Easy for developer to understand/deploy InternalFeedback Feedback from domain experts or LT; Feedback sent to PG labels Feb 19, 2021
@JasonTheDeveloper JasonTheDeveloper self-assigned this Feb 24, 2021
@JasonTheDeveloper
Copy link
Contributor

when the workspace file is in the repo, VS Code "rewrites" it occasionally which breaks the functionality

Had a look into this. Could not replicate the issue where the workspace file was being overwritten. I suspect the issue might have been because we had installed the extension Always Open Workspace which we thought, as the name or suggest, open workspace when VSCode launches. Turns out it automatically add folder to the current workspace when a file is opened. This could have been the reason why we were seeing the workspace file changing.

Ideally, we would open the workspace file when the codespace is created

There's a couple GitHub issues around this but have since been closed with no actions (#64565, #625 and #3665). Someone did mention the extension Project Manager but haven't been able to get it to work as expected.

current work around is to copy the workspace file to ../akdc

There's an issue with this when running the devcontainer locally. I've since fixed this in PR #32.

use the file - open workspace menu to open the workspace

Unfortunately, this is our best option, for now. Maybe something we could raise CSE feedback on perhaps?

@JasonTheDeveloper
Copy link
Contributor

I've created feedback on this here.

@bartr bartr added the BLOCKED Blocked issue or issue will span multiple sprints label Feb 27, 2021
@bartr bartr removed BLOCKED Blocked issue or issue will span multiple sprints Bug Something isn't working labels Mar 6, 2021
@bartr bartr self-assigned this Mar 6, 2021
@bartr bartr closed this as completed in #41 Mar 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
DevExperience Easy for developer to understand/deploy FC:DevExperience InternalFeedback Feedback from domain experts or LT; Feedback sent to PG
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants