We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e823308 commit f4ecc22Copy full SHA for f4ecc22
package.json
@@ -70,7 +70,7 @@
70
"unpackage:vsix": "gulp vsix:release:unpackage",
71
"updatePackageDependencies": "gulp updatePackageDependencies",
72
"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 && move /l10n/package.nls.*.json ."
+ "l10nDevImportXlf": "npx @vscode/l10n-dev import-xlf ./loc/vscode-csharp.*.xlf --outDir ./l10n && move l10n\\package.nls.*.json ."
74
},
75
"extensionDependencies": [
76
"ms-dotnettools.vscode-dotnet-runtime"
0 commit comments