Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(vscode): Provide fallback for VSCode catalog
The lifecycle of a VSCode settings is like follows: 1. It starts with `null` 2. When the user updates it, it stores that value 3. When the user clears it, the value gets to be an empty string '""' In case the `catalogUrl` is an empty string, we provide a fallback to use the embedded catalog. fix: #1109 relates: #1204
- Loading branch information