Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-robert committed May 3, 2024
1 parent d45eeae commit 129ad85
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/language-server/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ export class LanguageServerClient extends EventEmitter {
if (!navigator.onLine) {
showOfflineLanguageToast(this.toast);
// Fallback to the precached locale if user is offline.
// Currently unused as we are precaching all pyright-locale files.
this.locale = fallbackLocale;
this.initializePromise = undefined;
this.initialize();
Expand Down
1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ export default defineConfig(({ mode }) => {
workbox: {
// Only precache language assets for the fallback language.
// Cache other languages at runtime.
// Cache all pyright-locale files as we can't tell what language they are.
globIgnores: [
"**/{typeshed.!(en*).js,pyright-locale-!(en*).js,search.worker.!(en*).js,ui.!(en*).js}",
],
Expand Down

0 comments on commit 129ad85

Please sign in to comment.