-
Notifications
You must be signed in to change notification settings - Fork 37
Description
SVT: Feature completion not working with latest preGA 25.0.8 VSCode extension
My VSCode 1.102.3 on Windows info is as follows
Version: 1.102.3
Commit: 488a1f239235055e34e673291fb8d8c810886f81
Date: 2025-07-29T03:00:23.339Z
Electron: 35.6.0
ElectronBuildId: 11847422
Chromium: 134.0.6998.205
Node.js: 22.15.1
V8: 13.4.114.21-electron.0
OS: Windows_NT x64 10.0.26100
I've downloaded the latest VSCode extension from Box as directed.
I previously had several WebSphere/Liberty extensions installed on my VSCode IDE (AMA DT/WCA/WCAEJA/EASeJ/Liberty Tools). I removed all WebSphere/Liberty extensions. I installed only the latest VSCode Liberty Tools.
Using my MPProShop application, I attempted to edit the server.xml. I remove the microProfile feature and attempted to add it back using auto completion to show my microProfile options.
I typed <feature>micro</feature> and after typing the o in micro, I attempted to use Ctrl + Space for auto completion to show me the options. Instead I see a small box appear that shows 'No suggestions.'.
I verified that using Liberty Tools 25.0.3 from the Marketplace, I successfully observe the list of microProfile-X.Y features so this appears to be a regression using the new extension.