microsoft / vscode-java-test

Run and debug Java test cases in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-test
Other
292 stars 125 forks source link

`vscjava.vscode-java-test-XX.vsix` missing from release assets starting at v0.39.1 #1623

Closed brianrodri closed 10 months ago

brianrodri commented 10 months ago

I'll start by saying I have no idea if this is intentional and motivated by a real concern.

I'm a NeoVim user and williamboman/mason.nvim fails to install vscode-java-test@0.39.1 because vscjava.vscode-java-test-XX.vsix is no longer included in releases since 0.39.1 (see: mason-org/mason-registry#3036).

Here's a simple screenshot as evidence: Screenshot 2023-10-13 at 19 13 16

Is this intentional? If not, can it be fixed?

brianrodri commented 10 months ago

I tried comparing v0.39.0..v0.39.1 and the only suspicious change (to me) is from microsoft/vscode-java-test#1592:

         "url": "https://github.com/Microsoft/vscode-java-test/issues"
     },
     "homepage": "https://github.com/Microsoft/vscode-java-test",
-    "preview": true,
+    "preview": false,
     "icon": "resources/logo.png",
     "keywords": [
         "java",

Was there a problem with the preview flag?

brianrodri commented 10 months ago

Duplicate of microsoft/vscode-java-test#1594