Skip to content

Commit 01e5afd

Browse files
authored
Merge pull request #6118 from Cosifne/dev/shech/correctPackageJsonLocazation
Move package.nls.*.json to root
2 parents aab2804 + f4ecc22 commit 01e5afd

14 files changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"unpackage:vsix": "gulp vsix:release:unpackage",
7171
"updatePackageDependencies": "gulp updatePackageDependencies",
7272
"l10nDevGenerateXlf": "npx @vscode/l10n-dev generate-xlf ./package.nls.json ./l10n/bundle.l10n.json --outFile ./loc/vscode-csharp.xlf",
73-
"l10nDevImportXlf": "npx @vscode/l10n-dev import-xlf ./loc/vscode-csharp.*.xlf --outDir ./l10n"
73+
"l10nDevImportXlf": "npx @vscode/l10n-dev import-xlf ./loc/vscode-csharp.*.xlf --outDir ./l10n && move l10n\\package.nls.*.json ."
7474
},
7575
"extensionDependencies": [
7676
"ms-dotnettools.vscode-dotnet-runtime"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)