File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ async function redirectToLocalStack() {
6060 ) ;
6161 const redirectSearchParams = new URLSearchParams ( redirectUri . query ) ;
6262
63+ // TODO: Gather environment variables in a safer way - e.g. during extension activation
64+ // biome-ignore lint/style/noNonNullAssertion: false positive
6365 const url = new URL ( process . env . LOCALSTACK_WEB_AUTH_REDIRECT ! ) ;
6466 url . searchParams . set ( "windowId" , redirectSearchParams . get ( "windowId" ) ?? "" ) ;
6567
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ export async function createContainerStatusTracker(
4040
4141 return {
4242 status ( ) {
43+ // biome-ignore lint/style/noNonNullAssertion: false positive
4344 return status ! ;
4445 } ,
4546 onChange ( callback ) {
You can’t perform that action at this time.
0 commit comments