mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 16:49:06 +01:00
debug: additional telemetry data on debug session start
fixes microsoft/vscode-distro#35
This commit is contained in:
@@ -49,7 +49,7 @@ suite('Debug - Adapter', () => {
|
||||
}
|
||||
|
||||
setup(() => {
|
||||
adapter = new Adapter(rawAdapter, null, extensionFolderPath);
|
||||
adapter = new Adapter(rawAdapter, null, { extensionFolderPath, id: 'adapter', name: 'myAdapter', version: '1.0.0', publisher: 'vscode', isBuiltin: false, engines: null });
|
||||
});
|
||||
|
||||
teardown(() => {
|
||||
|
||||
Reference in New Issue
Block a user