We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I've configured in appsettings.json folderpath to be "EnvironmentsFolder": "release"
configured extension workspace settings with respective env name.
Execute the upload all policy and extension cannot locate the folder :-(
Looked up in code and looks to me hard-coded value and it expects the Environment folder name to be 'Environment'
I reverted my config to match the name and tried it worked.
vscode-extension/src/PolicyUpload.ts
Line 46 in 9e5606d
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I've configured in appsettings.json folderpath to be "EnvironmentsFolder": "release"
configured extension workspace settings with respective env name.
Execute the upload all policy and extension cannot locate the folder :-(
Looked up in code and looks to me hard-coded value and it expects the Environment folder name to be 'Environment'
I reverted my config to match the name and tried it worked.
vscode-extension/src/PolicyUpload.ts
Line 46 in 9e5606d
The text was updated successfully, but these errors were encountered: