I added a very simple service and data class, and when I try autocompleting the data class, it always adds an odd prefix (_root_ide_package_) and the whole package name:
Version: 1.118.1
Commit: 034f571df509819cc10b0c8129f66ef77a542f0e
Date: 2026-04-29T17:36:44+03:00
Electron: 39.8.8
ElectronBuildId: 13870025
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Linux x64 6.19.14-200.fc43.x86_64
Hi,
I just got back into backend development with Kotlin and Spring Boot, and I'm using a very simple starter project: https://start.spring.io/#!type=gradle-project-kotlin&language=kotlin&platformVersion=4.0.6&packaging=jar&configurationFileFormat=properties&jvmVersion=17&groupId=com.example&artifactId=demo&packageName=com.example.demo
I added a very simple service and data class, and when I try autocompleting the data class, it always adds an odd prefix (
_root_ide_package_) and the whole package name:spring-kotlin-demo-1777716820329.mp4
VSCode version:
Extension version:
🙏