mirror of
				https://github.com/Palm1r/QodeAssist.git
				synced 2025-10-31 16:25:26 -04:00 
			
		
		
		
	refactor: Remove duplicate constants from SettingsConstants.hpp (#81)
These are duplicated in QodeAssistConstants.hpp. This prevents inclusion of both files into any source file anywhere in the project.
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							e507d7ee17
						
					
				
				
					commit
					102bb114a1
				
			| @ -21,9 +21,6 @@ | ||||
|  | ||||
| namespace QodeAssist::Constants { | ||||
|  | ||||
| const char ACTION_ID[] = "QodeAssist.Action"; | ||||
| const char MENU_ID[] = "QodeAssist.Menu"; | ||||
|  | ||||
| // project settings | ||||
|  | ||||
| const char QODE_ASSIST_PROJECT_SETTINGS_ID[] = "QodeAssist.ProjectSettings"; | ||||
| @ -87,8 +84,6 @@ const char QODE_ASSIST_CUSTOM_PROMPT_SETTINGS_PAGE_ID[] = "QodeAssist.4CustomPro | ||||
| const char QODE_ASSIST_GENERAL_OPTIONS_CATEGORY[] = "QodeAssist.Category"; | ||||
| const char QODE_ASSIST_GENERAL_OPTIONS_DISPLAY_CATEGORY[] = "Qode Assist"; | ||||
|  | ||||
| const char QODE_ASSIST_REQUEST_SUGGESTION[] = "QodeAssist.RequestSuggestion"; | ||||
|  | ||||
| // Provider Settings Page ID | ||||
| const char QODE_ASSIST_PROVIDER_SETTINGS_PAGE_ID[] = "QodeAssist.5ProviderSettingsPageId"; | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user