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

How to set catalog prefer as public in vscode setting? #844

Closed

Conversation

angelozerr
Copy link
Contributor

How to set catalog prefer as public in vscode setting?

See redhat-developer/vscode-xml#295

Signed-off-by: azerr [email protected]

return catalog.getFiles();
}
}
return catalogs;
Copy link
Contributor

Choose a reason for hiding this comment

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

it used to never return null, you should keep that


public static boolean DEFAULT_USE_LITERAL_SYSTEM_ID = true;

public static final XMLCatalogSettings DEFAULT_CATALOG = new XMLCatalogSettings();
Copy link
Contributor

Choose a reason for hiding this comment

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

default catalog should be immutable

@fbricon
Copy link
Contributor

fbricon commented Aug 18, 2020

please use a proper commit message (explaining the change)

@angelozerr angelozerr force-pushed the catalog-preferences branch from f60340f to 47a98a3 Compare August 18, 2020 16:19
@angelozerr
Copy link
Contributor Author

I close this issue since original issue redhat-developer/vscode-xml#295 doesn't require this new settings.

@angelozerr angelozerr closed this Aug 25, 2020
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.

2 participants