* packag lock
* Prepare for v0.5.2 hotfix release (#763)
* Use win-ca fallback logic since nAPI isn't currently compatible with Electron (#761)
* Use win-ca fallback logic since nAPI isn't currently compatible with Electron
* Add comment
* comment
* Prepare for v0.5.2 hotfix release
* Update version of win-ca to get fallback code (#780)
* Update version of win-ca to get fallback code
* package lock
This preliminary update includes some small fixes in addition to the
ability to fold instructions that span multiple lines.
Signed-off-by: Remy Suen <remy.suen@gmail.com>
* ADD docker-run-customizations: Added volumes, exernal-hosts and ports to DockerRun configuration
* ADD docker-run-customizations: Updated README.md
* FIX docker-run-customizations: Fixed linter errors
* ADD docker-run-customizations: Refactoring of ports and externalHosts configuration
* Changed externalHosts to extraHosts
* Refactored ports and externalHosts so now are defined objects
* Added formatters for the commandLineBuilder
* Added check for the run command so no -P flag would be sent if ports are configured.
* ADD docker-run-customizations: Updated README.md
* Updated README.md with the new objects and added tables for descriptions.
* Updated package.json schema for intelliSense assistance.
* FIX docker-run-customizations: Apply fixes from PR comments
* Fixed malformed objects on package.json
* Applied changes on descriptions
* Use the same amount of columns in ports and volumes tables
* Use .withFlagArg() method to include "-P" flag if no ports configuration specified.
* Update release date and remove mysterious link to issues
* Update vscode version required by language client 5.0.0:
* Prepare for hotfix 0.5.1
* package-lock version
* Fixes the following issues :
Unhandled error if you cancel saving Azure log #639
Save Azure log dialog shows "log..log" as the filename extension #640
docker.acr.pullimage issue #648
* fixes#666
* PR #705 Fixes
* Adds telemitry to the ACR logs table listeners
* Create requirements.txt
This resolves:
Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
The command '/bin/sh -c python3 -m pip install -r requirements.txt' returned a non-zero code: 1
* Create requirements.txt if it doesn't exist
This resolves:
Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
The command '/bin/sh -c python3 -m pip install -r requirements.txt' returned a non-zero code: 1
Actual fixes:
1. Always use Node 8. I think this is the key thing that fixed webpack on macOS and allowed me to pretty easily re-enable the tests (since Stephen already did the "DOCKER_UNAVAILABLE" stuff)
1. Don't use `async function` because it meant test failures weren't being reported.
Other stuff that was just nice to have:
1. Consolidate into one `common\test.yml`
1. Use typescript for gulpfile (enabled with `ts-node`)
1. Use functions instead of `gulp.task` which is deprecated
* Initial GCC container for Cpp, need to surpress request for port
* Adding test
* Initial GCC container for Cpp, need to surpress request for port
* Adding test
* Missed updated platform.ts
* Changing port to undefined so it doesn't prompt
* Changed name to C++, fixed tests
* removing unused type
Unneeded type, already using PlatformOS from platform.ts
* Removing another duplication...
* Fixing lint error