question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Treat any `en-*` dialect as default

See original GitHub issue

Today we seem to look for a language pack when e.g. en-GB is declared. But the fast path is to let it through as our default locale since we have no language pack for it as far we are concerned.

https://github.com/microsoft/vscode/blob/963bd989c442ab6d70b99405b40f7bed1189ef14/src/vs/base/node/languagePacks.js#L126-L130

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:17 (17 by maintainers)

github_iconTop GitHub Comments

1reaction
dbaeumercommented, Sep 2, 2022

Agree, but we could easily replace this with a async read since the call to getLanguagePackConfigurations is already in a async function.

1reaction
dbaeumercommented, Sep 1, 2022

Could we use esbuild to bundle main.js? Then we don’t need to use AMD.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Not specifying Hibernate dialect - Stack Overflow
Just want to know if it is the mandatory property to be set? If it is not and not specified in the hibernate....
Read more >
The best way to configure the Hibernate Dialect - Vlad Mihalcea
In this article, I'm going to explain what is the best way to configure the Hibernate Dialect so that you get the most...
Read more >
Dialect (Hibernate API Documentation)
Represents a dialect of SQL implemented by a particular RDBMS. Subclasses implement Hibernate compatibility with different systems. Subclasses should provide a ...
Read more >
Fortran Dialect Options (The GNU Fortran Compiler)
The default value for std is ' gnu ', which specifies a superset of the latest Fortran standard that includes all of the...
Read more >
Core Internals - SQLAlchemy 1.4 Documentation
as of SQLAlchemy 1.4, this method is called before any Dialect.on_connect() hooks are called. method sqlalchemy.engine.default.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found