sprotty-vscode
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -108,3 +108,3 @@ "use strict"; | ||
return [ | ||
vscode.Uri.file(path.join(this.extension.context.extensionPath, this.scriptPath)) | ||
vscode.Uri.file(path.join(this.extension.context.extensionPath, this.scriptPath.substring(0, this.scriptPath.lastIndexOf('/')))) | ||
]; | ||
@@ -111,0 +111,0 @@ }, |
@@ -10,3 +10,3 @@ { | ||
}, | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"engines": { | ||
@@ -13,0 +13,0 @@ "vscode": "^1.30.0" |
@@ -75,3 +75,5 @@ /******************************************************************************** | ||
return [ | ||
vscode.Uri.file(path.join(this.extension.context.extensionPath, this.scriptPath)) | ||
vscode.Uri.file(path.join( | ||
this.extension.context.extensionPath, | ||
this.scriptPath.substring(0, this.scriptPath.lastIndexOf('/')))) | ||
]; | ||
@@ -78,0 +80,0 @@ } |
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance 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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
67948
1143