mirror of
				https://github.com/wakatime/sublime-wakatime.git
				synced 2023-08-10 21:13:02 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			33 lines
		
	
	
		
			937 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			937 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| [
 | ||
|     {
 | ||
|         "caption": "Preferences",
 | ||
|         "mnemonic": "n",
 | ||
|         "id": "preferences",
 | ||
|         "children":
 | ||
|         [
 | ||
|             {
 | ||
|                 "caption": "WakaTime",
 | ||
|                 "mnemonic": "W",
 | ||
|                 "id": "wakatime-settings",
 | ||
|                 "children":
 | ||
|                 [
 | ||
|                     {
 | ||
|                         "command": "open_file", "args":
 | ||
|                         {
 | ||
|                             "file": "${packages}/WakaTime/WakaTime.sublime-settings"
 | ||
|                         },
 | ||
|                         "caption": "Settings – Default"
 | ||
|                     },
 | ||
|                     {
 | ||
|                         "command": "open_file", "args":
 | ||
|                         {
 | ||
|                             "file": "${packages}/User/WakaTime.sublime-settings"
 | ||
|                         },
 | ||
|                         "caption": "Settings – User"
 | ||
|                     }
 | ||
|                 ]
 | ||
|             }
 | ||
|         ]
 | ||
|     }
 | ||
| ]
 | 
