vscode-nls
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -246,4 +246,4 @@ /* -------------------------------------------------------------------------------------------- | ||
var result; | ||
var root = path.join(options.cacheRoot, "" + header.id); | ||
var bundle = path.join(root, header.hash + "-" + options.languagePackId + ".nls.json"); | ||
var root = path.join(options.cacheRoot, header.id + "-" + header.hash); | ||
var bundle = path.join(root, "nls.bundle.json"); | ||
var useMemoryOnly = false; | ||
@@ -250,0 +250,0 @@ var writeBundle = false; |
{ | ||
"name": "vscode-nls", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "NPM module to externalize and localize VSCode extensions", | ||
@@ -5,0 +5,0 @@ "author": "Microsoft Corporation", |
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
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
21245