* 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>
* 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
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
This update to 0.0.17 from 0.0.13 includes many features and bug
fixes.
The update includes changes to how workspace/configuration requests
are handled as they have become a part of the official LSP
specification.
textDocument/documentLink requests are now handled by creating links
for image names that open to hub.docker.com.
Signed-off-by: Remy Suen <remy.suen@gmail.com>
This release includes changes to how workspace/configuration requests
are handled as they have become a part of the official LSP
specification.
textDocument/documentLink requests are now handled by creating links
for image names that open to hub.docker.com.
Signed-off-by: Remy Suen <remy.suen@gmail.com>