mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 00:09:30 +01:00
fix compile
This commit is contained in:
@@ -3930,7 +3930,7 @@ suite('PromptsService', () => {
|
||||
const { plugin } = createTestPlugin('/plugins/test-plugin', [{
|
||||
type: HookType.PreToolUse,
|
||||
originalId: 'plugin-pre-tool-use',
|
||||
hooks: [{ type: 'command', command: 'echo from-plugin' }],
|
||||
hooks: [{ command: 'echo from-plugin' }],
|
||||
uri: pluginHookUri,
|
||||
}]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user