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: use temp uri to build storage path while workspace is undefined #210

Conversation

erha19
Copy link
Member

@erha19 erha19 commented Dec 24, 2021

Types

  • 🐛 Bug Fixes

Background or solution

while workspaceDir is undefined, the storage path will use fallback .sumi path

Changelog

use temp uri to build storage path while workspace is undefined

@codecov-commenter
Copy link

Codecov Report

Merging #210 (b45531f) into v2.13.x (6b85e4b) will decrease coverage by 0.00%.
The diff coverage is 42.85%.

Impacted file tree graph

@@             Coverage Diff             @@
##           v2.13.x     #210      +/-   ##
===========================================
- Coverage    59.41%   59.41%   -0.01%     
===========================================
  Files         1180     1180              
  Lines        72335    72332       -3     
  Branches     14972    14971       -1     
===========================================
- Hits         42977    42974       -3     
  Misses       26756    26756              
  Partials      2602     2602              
Impacted Files Coverage Δ
...ages/extension-storage/src/browser/storage-path.ts 86.04% <42.85%> (+1.77%) ⬆️
packages/core-common/src/uri.ts 75.80% <0.00%> (-1.62%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6b85e4b...b45531f. Read the comment docs.

@erha19 erha19 requested a review from bytemain December 27, 2021 06:53
Copy link
Member

@hacke2 hacke2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@erha19 erha19 merged commit efb93bb into v2.13.x Dec 27, 2021
@erha19 erha19 deleted the fix/storage-path/resolve-correct-storage-path-while-workspace-is-null branch December 27, 2021 07:36
erha19 added a commit that referenced this pull request Dec 28, 2021
* feat: support component cdn type configuration (#154)

* feat: support component cdn type configuration

* chore: add release branch to workflow

* chore: fix lint error

* chore: 2.13.2

* fix: set correct component cdn url (#158)

* chore: 2.13.3

* fix: editor save issue (#189)

* chore: 2.13.4

* fix: use temp uri to build storage path while workspace is undefined (#210)

* chore: 2.13.5

* fix: theme fallback logic (#220)

* fix: add ExtensionDidContributes event for themes (#214)

* fix: remove theme fallback logic (#188)

* chore: 2.13.6

Co-authored-by: 大表哥 <xubing.bxb@alibaba-inc.com>
erha19 added a commit that referenced this pull request Dec 29, 2021
* feat: support component cdn type configuration (#154)

* feat: support component cdn type configuration

* chore: add release branch to workflow

* chore: fix lint error

* chore: 2.13.2

* fix: set correct component cdn url (#158)

* chore: 2.13.3

* fix: editor save issue (#189)

* chore: 2.13.4

* fix: use temp uri to build storage path while workspace is undefined (#210)

* chore: 2.13.5

* fix: theme fallback logic (#220)

* fix: add ExtensionDidContributes event for themes (#214)

* fix: remove theme fallback logic (#188)

* chore: 2.13.6

Co-authored-by: 大表哥 <xubing.bxb@alibaba-inc.com>
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.

4 participants