Merge pull request #165 from DotJoshJohnson/cleanup-2.1
Post-2.0 Cleanup
This commit is contained in:
		
						commit
						7a2f662a0d
					
				
					 2 changed files with 16 additions and 1 deletions
				
			
		
							
								
								
									
										17
									
								
								package.json
									
										
									
									
									
								
							
							
						
						
									
										17
									
								
								package.json
									
										
									
									
									
								
							| 
						 | 
					@ -13,6 +13,7 @@
 | 
				
			||||||
        "color": "#FFFFFF",
 | 
					        "color": "#FFFFFF",
 | 
				
			||||||
        "theme": "light"
 | 
					        "theme": "light"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 | 
					    "icon": "resources/xml.png",
 | 
				
			||||||
    "homepage": "https://github.com/DotJoshJohnson/vscode-xml",
 | 
					    "homepage": "https://github.com/DotJoshJohnson/vscode-xml",
 | 
				
			||||||
    "repository": {
 | 
					    "repository": {
 | 
				
			||||||
        "type": "git",
 | 
					        "type": "git",
 | 
				
			||||||
| 
						 | 
					@ -26,7 +27,7 @@
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "categories": [
 | 
					    "categories": [
 | 
				
			||||||
        "Formatters",
 | 
					        "Formatters",
 | 
				
			||||||
        "Languages",
 | 
					        "Programming Languages",
 | 
				
			||||||
        "Linters",
 | 
					        "Linters",
 | 
				
			||||||
        "Other"
 | 
					        "Other"
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
| 
						 | 
					@ -185,6 +186,20 @@
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        ],
 | 
					        ],
 | 
				
			||||||
        "menus": {
 | 
					        "menus": {
 | 
				
			||||||
 | 
					            "commandPalette": [
 | 
				
			||||||
 | 
					                {
 | 
				
			||||||
 | 
					                    "command": "xmlTools.evaluateXPath",
 | 
				
			||||||
 | 
					                    "when": "editorLangId == xml"
 | 
				
			||||||
 | 
					                },
 | 
				
			||||||
 | 
					                {
 | 
				
			||||||
 | 
					                    "command": "xmlTools.executeXQuery",
 | 
				
			||||||
 | 
					                    "when": "editorLangId == xquery"
 | 
				
			||||||
 | 
					                },
 | 
				
			||||||
 | 
					                {
 | 
				
			||||||
 | 
					                    "command": "xmlTools.minifyXml",
 | 
				
			||||||
 | 
					                    "when": "editorLangId == xml"
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
            "editor/context": [
 | 
					            "editor/context": [
 | 
				
			||||||
                {
 | 
					                {
 | 
				
			||||||
                    "command": "xmlTools.minifyXml",
 | 
					                    "command": "xmlTools.minifyXml",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										
											BIN
										
									
								
								resources/xml.png
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								resources/xml.png
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 3.2 KiB  | 
		Loading…
	
	Add table
		
		Reference in a new issue