Skip to content

Commit

Permalink
fix: do not throw error from IEnvironmentVariableService
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Oct 19, 2024
1 parent a56e1d7 commit 6009315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/missing-services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2450,8 +2450,8 @@ registerSingleton(
}

onDidChangeCollections = Event.None
set = unsupported
delete = unsupported
set = () => {}
delete = () => {}
},
InstantiationType.Delayed
)
Expand Down

0 comments on commit 6009315

Please sign in to comment.