sprotty-vscode
Advanced tools
Comparing version 0.0.22-alpha.15 to 0.0.22-alpha.16
{ | ||
"name": "sprotty-vscode", | ||
"version": "0.0.22-alpha.15+2a979ef", | ||
"version": "0.0.22-alpha.16+37c1e32", | ||
"displayName": "Sprotty VSCode Integration", | ||
@@ -46,3 +46,3 @@ "description": "Glue code to integrate Sprotty diagrams in VSCode extensions (extension part)", | ||
"path": "^0.12.7", | ||
"sprotty-vscode-protocol": "^0.1.1-alpha.15+2a979ef", | ||
"sprotty-vscode-protocol": "^0.1.1-alpha.16+37c1e32", | ||
"vscode": "^1.1.21", | ||
@@ -63,7 +63,5 @@ "vscode-languageclient": "^5.1.0-next.9", | ||
"lint": "tslint -c ./tslint.json --project ./tsconfig.json", | ||
"prepare": "node ../node_modules/vscode/bin/install && yarn clean && yarn build", | ||
"link:install": "yarn link", | ||
"link:uninstall": "yarn unlink" | ||
"prepare": "node ../node_modules/vscode/bin/install && yarn clean && yarn build" | ||
}, | ||
"gitHead": "2a979efaae2edcdf1de2967486c74a1de67e7bcf" | ||
"gitHead": "37c1e328c41cb44349146cddffb680f93c81118a" | ||
} |
@@ -22,3 +22,2 @@ /******************************************************************************** | ||
export class WorkspaceEditActionHandler implements ActionHandler { | ||
@@ -28,3 +27,3 @@ readonly kind = WorkspaceEditAction.KIND; | ||
async handleAction(action: Action): Promise<boolean> { | ||
if (WorkspaceEditAction.is(action)) | ||
if (WorkspaceEditAction.is(action)) | ||
return workspace.applyEdit(convertWorkspaceEdit(action.workspaceEdit)); | ||
@@ -34,3 +33,2 @@ else | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances in 1 package
126272
46
1834