Describe the bug
The extension should be converted to Extension Pack as it also installs 2 additional extensions: 'Test Adapter Converter' and 'Test Explorer UI'.
Version
CodeQL extension: v1.7.0
CodeQL CLI version: v2.10.5 (irrelevant)
VSCode: 1.71.2
Platform: Win11 x64
To reproduce
-
In a fresh VSCode installation, install latest CodeQL extension v1.7.0 .
-
Then open VSCode's 'Extensions' panel (Ctrl+Shift+X). See that 3 extensions have been installed instead:
- 'CodeQL'
- 'Test Adapter Converter'
- 'Test Explorer UI'
Screenshot:

Expected behavior
The current expected behavior is to have 1 extension, not 3.
So, the extension should be converted to Extension Pack for two reasons:
- Most importantly to inform the user about the 2 additional installed extensions. Also, changing the extension to a Pack, its entry in Extensions tab will get a count badge.
- When the user disables the 'CodeQL' main extension, the other 2 extensions to become disabled as well.
Additional context
Related info about Extension Packs: https://code.visualstudio.com/blogs/2017/03/07/extension-pack-roundup.
Also, trying to disable the 'Test Adapter Converter' extension alone results in this notification:
Cannot disable 'Test Adapter Converter' extension alone. 'Test Explorer UI' extension depends on this. > Do you want to disable all these extensions?
Screenshot:

Describe the bug
The extension should be converted to
Extension Packas it also installs 2 additional extensions: 'Test Adapter Converter' and 'Test Explorer UI'.Version
CodeQL extension: v1.7.0
CodeQL CLI version: v2.10.5 (irrelevant)
VSCode: 1.71.2
Platform: Win11 x64
To reproduce
In a fresh VSCode installation, install latest CodeQL extension v1.7.0 .
Then open VSCode's 'Extensions' panel (Ctrl+Shift+X). See that 3 extensions have been installed instead:
Screenshot:
Expected behavior
The current expected behavior is to have 1 extension, not 3.
So, the extension should be converted to
Extension Packfor two reasons:Additional context
Related info about Extension Packs: https://code.visualstudio.com/blogs/2017/03/07/extension-pack-roundup.
Also, trying to disable the 'Test Adapter Converter' extension alone results in this notification:
Screenshot: