Skip to content

Commit

Permalink
chore: rust-analyzer test env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbertt committed May 2, 2024
1 parent daa097a commit 843aa97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@
// just to avoid rust-analyzer env variables errors
"ID_TOKEN_ISSUER_BASE_URL": "https://dummy-issuer-url/",
"ID_TOKEN_AUDIENCE": "dummy-audience",
},
"rust-analyzer.runnables.extraEnv": {
"ID_TOKEN_ISSUER_BASE_URL": "https://test-issuer-url.local/",
"ID_TOKEN_AUDIENCE": "test-audience"
}
}

0 comments on commit 843aa97

Please sign in to comment.