Skip to content

Conversation

brettfo
Copy link
Member

@brettfo brettfo commented Aug 19, 2022

This also fixes a longstanding issue where we weren't properly refreshing the kernelLaunchArguments.

An example in the user's settings.json:

"dotnet-interactive.kernelEnvironmentVariables": {
    "THE_ANSWER": "42",
    "PI": "EXACTLY_3"
}

After setting those values, executing a PowerShell cell will report:

$env:THE_ANSWER

result:

42

This also fixes a longstanding issue where we weren't properly refreshing the kernelLaunchArguments.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant