Skip to content

Commit 9da8b9e

Browse files
authored
Merge pull request #566 from CodinGame/fix-language-packs
[FIX] remove experimental code, fix language packs
2 parents 37b2cb0 + 82b21ea commit 9da8b9e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rollup/tools/vscode.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,6 @@ export function vscodeLocalizationPlugin(): rollup.Plugin {
402402
nlsIndex += moduleNlsKeys.length
403403
}
404404
}
405-
406-
nlsKeys.sort(firstBy(([moduleId]) => moduleId))
407405
},
408406
async writeBundle() {
409407
await fs.promises.writeFile(

0 commit comments

Comments
 (0)