Richard Willis
Richard Willis
Add some info on how to debug Gradle TestKit: https://docs.gradle.org/current/userguide/test_kit.html#sub:test-kit-debug
I debugged the task with info but it's showing the running state of the task without args:
Fixes https://github.com/badsyntax/vscode-gradle/issues/245 Refs https://github.com/badsyntax/vscode-gradle/issues/243 This is still a POC. ## What do we want? We want vscode-gradle and vscode-java to support standard gradle builds with relative paths. There are real...
Gradle can't get the terminal size and so defaults to 80 columns when showing the progress output.  This can be replicated easily: ```js const...
Although not specific to the dokku workflow, it might be helpful to include examples of how to use GitHub deploys. I recently set this up on my repo and find...
Hi there. I've been using the [microsoft graph client](https://github.com/microsoftgraph/msgraph-sdk-javascript) and the types in this repo. The thing I don't fully understand, is why the types are separate from the [microsoft...
## Bug report ### Describe the bug I'm seeing the following response body definition for my single content type: ```json "responses": { "200": { "description": "Retrieve about-page document(s)", "content": {...
VS Code version: `1.64.2` When using `ViewItem.getActionButtons()`, it just hangs, and eventually errors with: ```console Can't call getAttribute on element with selector ".//a[contains(@class, 'action-label') and @role='button' and @aria-label='undefined']" because element...
The event module is pretty much unusable without this change.