Skip to content

Commit

Permalink
Merge branch 'de-preview' of github.com:microbit-foundation/python-ed…
Browse files Browse the repository at this point in the history
…itor-v3 into de-preview
  • Loading branch information
microbit-matt-hillsdon committed Jan 25, 2024
2 parents 262499e + 6100957 commit e249dca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/language-server/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ export class LanguageServerClient extends EventEmitter {
const typeshed = await retryAsyncLoad(() => {
return import(`../micropython/${branch}/typeshed.${this.locale}.json`);
});
console.log("Got", this.locale, typeshed);
return {
files: typeshed,
// Custom option in our Pyright version
Expand Down

0 comments on commit e249dca

Please sign in to comment.