Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(extension/#2676): Implement workspace storage #3030

Merged
merged 8 commits into from
Jan 27, 2021

Conversation

bryphe
Copy link
Member

@bryphe bryphe commented Jan 22, 2021

Issue: The https://open-vsx.org/extension/nimsaem/nimvscode extension was failing to activate

Defect: The extension was logging out ctx.storagePath, which was undefined, because workspace storage was not implemented

Fix: Implement workspace storage - add .config/oni2/workspace

With workspace storage implemented, I get language features via the nimsaem/nimvscode extension:

image

Related #1058
Related #2676

TODO:

  • Check default / no workspace case
  • Add test to verify ctx.storagePath is populated now

@bryphe bryphe added the WIP label Jan 22, 2021
@bryphe bryphe removed the WIP label Jan 27, 2021
@bryphe bryphe merged commit f98212d into master Jan 27, 2021
@bryphe bryphe deleted the fix/extension/2676/implement-workspace-storage branch January 27, 2021 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant