Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add Namespace Source Literals
  • Loading branch information
Addison committed Nov 22, 2024
commit 9e7826651a0b86bd56ae31b81cab55a1197c946b
1 change: 0 additions & 1 deletion src/LanguageServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,6 @@ export class LanguageServer {
try {
await project.firstRunPromise;
} catch (e: any) {
status = 'critical-error';
//the first run failed...that won't change unless we reload the workspace, so replace with resolved promise
//so we don't show this error again
project.firstRunPromise = Promise.resolve();
Expand Down