Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Add support for multiple environment files #2395

Merged
merged 11 commits into from
Jan 28, 2020

Conversation

SteelPhase
Copy link
Contributor

I've attempted to resolve the issue presented in #1746. I'm sure some things will need to match coding standards and etc, but this initial implementation appears to work with a single file, and an array of many files.

@msftclas
Copy link

msftclas commented Mar 22, 2019

CLA assistant check
All CLA requirements met.

@SteelPhase
Copy link
Contributor Author

Looks like gogetdoc isn't happy on osx 1.11.x test, but not sure it's related to my PR

package.json Outdated
],
"items": {
"type": "string"
},
"description": "Absolute path to a file containing environment variable definitions.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The description should be updated to reflect the fact that both string and array are supported now.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've added a better description

src/debugAdapter/goDebug.ts Outdated Show resolved Hide resolved
src/debugAdapter/goDebug.ts Outdated Show resolved Hide resolved
src/goPath.ts Outdated Show resolved Hide resolved
@SteelPhase
Copy link
Contributor Author

@quoctruong I've made the suggested changes.

Copy link

@offero offero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Simple enough

@ramya-rao-a
Copy link
Contributor

Apologies for not getting to this sooner @SteelPhase
It somehow got dropped from my radar.

There have been a lot of changes to the goDebug.ts file.
Do you mind getting the latest from the master branch and resolving the conflicts here?

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.

5 participants