Skip to content

Support resolving ${env:...} in sourceFileMap#3857

Merged
WardenGnaw merged 4 commits intomicrosoft:masterfrom
WardenGnaw:dev/waan/resolveEnvInSourceFileMap
Jul 1, 2019
Merged

Support resolving ${env:...} in sourceFileMap#3857
WardenGnaw merged 4 commits intomicrosoft:masterfrom
WardenGnaw:dev/waan/resolveEnvInSourceFileMap

Conversation

@WardenGnaw
Copy link
Copy Markdown
Member

@WardenGnaw WardenGnaw commented Jun 28, 2019

This PR resolves ${env:...} variables in sourceFileMap keys and values.

  • refactor of envFile
            "sourceFileMap":{
                "${env:windir}": "${env:driverdata}"
            }

Output Window:
image

Resolves: #3504

This PR addresses ${env:...} variables in sourceFileMap keys and values.
@WardenGnaw WardenGnaw requested a review from pieandcakes June 28, 2019 19:14
@WardenGnaw WardenGnaw self-assigned this Jun 28, 2019
@pieandcakes
Copy link
Copy Markdown
Contributor

did you test with unknown value and mix in more than one map?

Comment thread Extension/src/Debugger/configurationProvider.ts Outdated
Comment thread Extension/src/Debugger/configurationProvider.ts Outdated
@WardenGnaw WardenGnaw merged commit cfc064e into microsoft:master Jul 1, 2019
@github-actions github-actions Bot locked and limited conversation to collaborators Oct 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Debug configuration could be made more dynamic [sourceFileMap]

2 participants