localizely / flutter-intl-vscode

This VS Code extension generates boilerplate code for localization of Flutter apps with official Dart Intl library
MIT License
87 stars 1 forks source link

Flutter Intl extension for VS Code not working in new vscode #40

Closed tazik561 closed 4 years ago

tazik561 commented 4 years ago

I updated my vscode to :

Version: 1.49.0
Commit: e790b931385d72cf5669fcefc51cdf65990efa5d
Date: 2020-09-10T13:20:50.359Z
Electron: 9.2.1
Chrome: 83.0.4103.122
Node.js: 12.14.1
V8: 8.3.110.13-electron.0
OS: Linux x64 4.19.0-6-amd64

I am using Flutter Intl extension(v1.10.0) for VS Code for Localizely platform. But after updating vscode, seems Flutter Intl not work and it is not generate my text after save my text inside intl_en.arb??

aleksakrstic commented 4 years ago

Hi @tazik561 I just tried it with the latest VSCode version. Works as expected. Could you check if there is something in "Output" view in your VSCode, for "Flutter Intl"? Could be your arb file is not a well formed

tazik561 commented 4 years ago

Yes, vscode did not get error when arb file was not a well formed.I fixed arb file formed and Works as expected.