-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommands.ts
More file actions
14 lines (13 loc) · 787 Bytes
/
commands.ts
File metadata and controls
14 lines (13 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
'use strict';
/**
* Commonly used commands to trigger Stack Analysis and supporting actions
*/
export const STACK_ANALYSIS_COMMAND = 'rhda.stackAnalysis';
export const STACK_ANALYSIS_FROM_STATUS_BAR_COMMAND = 'rhda.stackAnalysisFromStatusBar';
export const STACK_ANALYSIS_FROM_EXPLORER_COMMAND = 'rhda.stackAnalysisFromExplorer';
export const STACK_ANALYSIS_FROM_PIE_BTN_COMMAND = 'rhda.stackAnalysisFromPieBtn';
export const STACK_ANALYSIS_FROM_EDITOR_COMMAND = 'rhda.stackAnalysisFromEditor';
export const STACK_LOGS_COMMAND = 'rhda.stackLogs';
export const TRACK_RECOMMENDATION_ACCEPTANCE_COMMAND = 'rhda.trackRecommendationAcceptance';
export const LLM_MODELS_ANALYSIS_REPORT = 'rhda.llmModelsAnalysisReport';
export const STACK_ANALYSIS_BATCH_COMMAND = 'rhda.stackAnalysisBatch';