-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/localization kv val (VSC-226) (VSC-246) #41
Merged
brianignacio5
merged 2 commits into
espressif:master
from
brianignacio5:feature/localization-kv-val
Feb 26, 2020
Merged
Feature/localization kv val (VSC-226) (VSC-246) #41
brianignacio5
merged 2 commits into
espressif:master
from
brianignacio5:feature/localization-kv-val
Feb 26, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brianignacio5
changed the title
Feature/localization kv val
Feature/localization kv val (VSC-226)
Feb 17, 2020
github-actions
bot
changed the title
Feature/localization kv val (VSC-226)
Feature/localization kv val (VSC-226) (VSC-246)
Feb 17, 2020
pwmb
approved these changes
Feb 18, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
brianignacio5
added a commit
to brianignacio5/vscode-esp-idf-extension
that referenced
this pull request
Mar 3, 2020
* read Cmakelists file for project name (VSC-248) (espressif#43) read build project_description json file for project name * Feature/localization kv val (VSC-226) (VSC-246) (espressif#41) * add gulp i18n validation and src missing key log * rm unused i18n field, add unknown field (espressif#48) * v0.1.4 * Added a custom Debug Adapter * fix old configs remove build before debug * removed outdated extension.test.ts * fix debug adapter unit test * removed repeated options * removed redundant requirements.txt * made `Upload testing.results.log` always executable * add adapter python reqs checking Co-authored-by: Soumesh Banerjee <soumeshbanerjee@live.com> Co-authored-by: Andrey Gramakov <mail@agramakov.me>
brianignacio5
added a commit
that referenced
this pull request
Mar 24, 2020
fix uppercase search (#47) read Cmakelists file for project name (VSC-248) (#43) read build project_description json file for project name Feature/localization kv val (VSC-226) (VSC-246) (#41) * add gulp i18n validation and src missing key log rm unused i18n field, add unknown field (#48) v0.1.4 add gif in readme (VSC-256) (#51) * add gif in readme * slower frame rate gif update idf tools on idf download, refactor some promise await (#54) Fix for getProjectName (VSC-262) (#57) * 🐛 Fix continued execution * Yarn Audit dependency upgrade Added a custom Debug Adapter fix old configs remove build before debug fix debug adapter unit test DA python pkgs check (#3) * read Cmakelists file for project name (VSC-248) (#43) read build project_description json file for project name * Feature/localization kv val (VSC-226) (VSC-246) (#41) * add gulp i18n validation and src missing key log * rm unused i18n field, add unknown field (#48) * v0.1.4 * Added a custom Debug Adapter * fix old configs remove build before debug * removed outdated extension.test.ts * fix debug adapter unit test * removed repeated options * removed redundant requirements.txt * made `Upload testing.results.log` always executable * add adapter python reqs checking Co-authored-by: Soumesh Banerjee <soumeshbanerjee@live.com> Co-authored-by: Andrey Gramakov <mail@agramakov.me> Fix/da merge (#4) * read Cmakelists file for project name (VSC-248) (#43) read build project_description json file for project name * Feature/localization kv val (VSC-226) (VSC-246) (#41) * add gulp i18n validation and src missing key log * rm unused i18n field, add unknown field (#48) * v0.1.4 * Added a custom Debug Adapter * fix old configs remove build before debug * fix debug adapter unit test * DA python pkgs check (#3) * read Cmakelists file for project name (VSC-248) (#43) read build project_description json file for project name * Feature/localization kv val (VSC-226) (VSC-246) (#41) * add gulp i18n validation and src missing key log * rm unused i18n field, add unknown field (#48) * v0.1.4 * Added a custom Debug Adapter * fix old configs remove build before debug * removed outdated extension.test.ts * fix debug adapter unit test * removed repeated options * removed redundant requirements.txt * made `Upload testing.results.log` always executable * add adapter python reqs checking Co-authored-by: Soumesh Banerjee <soumeshbanerjee@live.com> Co-authored-by: Andrey Gramakov <mail@agramakov.me> * fix merge issues * log adapter output Co-authored-by: Soumesh Banerjee <soumeshbanerjee@live.com> Co-authored-by: Andrey Gramakov <mail@agramakov.me>
brianignacio5
pushed a commit
to brianignacio5/vscode-esp-idf-extension
that referenced
this pull request
Mar 25, 2020
fix old configs remove build before debug fix debug adapter unit test DA python pkgs check (espressif#3) * read Cmakelists file for project name (VSC-248) (espressif#43) read build project_description json file for project name * Feature/localization kv val (VSC-226) (VSC-246) (espressif#41) * add gulp i18n validation and src missing key log * rm unused i18n field, add unknown field (espressif#48) * v0.1.4 * Added a custom Debug Adapter * fix old configs remove build before debug * removed outdated extension.test.ts * fix debug adapter unit test * removed repeated options * removed redundant requirements.txt * made `Upload testing.results.log` always executable * add adapter python reqs checking Co-authored-by: Soumesh Banerjee <soumeshbanerjee@live.com> Co-authored-by: Andrey Gramakov <mail@agramakov.me> Fix/da merge (espressif#4) * read Cmakelists file for project name (VSC-248) (espressif#43) read build project_description json file for project name * Feature/localization kv val (VSC-226) (VSC-246) (espressif#41) * add gulp i18n validation and src missing key log * rm unused i18n field, add unknown field (espressif#48) * v0.1.4 * Added a custom Debug Adapter * fix old configs remove build before debug * fix debug adapter unit test * DA python pkgs check (espressif#3) * read Cmakelists file for project name (VSC-248) (espressif#43) read build project_description json file for project name * Feature/localization kv val (VSC-226) (VSC-246) (espressif#41) * add gulp i18n validation and src missing key log * rm unused i18n field, add unknown field (espressif#48) * v0.1.4 * Added a custom Debug Adapter * fix old configs remove build before debug * removed outdated extension.test.ts * fix debug adapter unit test * removed repeated options * removed redundant requirements.txt * made `Upload testing.results.log` always executable * add adapter python reqs checking Co-authored-by: Soumesh Banerjee <soumeshbanerjee@live.com> Co-authored-by: Andrey Gramakov <mail@agramakov.me> * fix merge issues * log adapter output Co-authored-by: Soumesh Banerjee <soumeshbanerjee@live.com> Co-authored-by: Andrey Gramakov <mail@agramakov.me> An dr/feature/debug adapter (espressif#5) Fix Espressif master merge conflicts debug_backend package: removed everything but pygdbmi from the Pipfile update lock fix debug init
brianignacio5
pushed a commit
to brianignacio5/vscode-esp-idf-extension
that referenced
this pull request
Mar 25, 2020
fix old configs remove build before debug fix debug adapter unit test DA python pkgs check (espressif#3) * read Cmakelists file for project name (VSC-248) (espressif#43) read build project_description json file for project name * Feature/localization kv val (VSC-226) (VSC-246) (espressif#41) * add gulp i18n validation and src missing key log * rm unused i18n field, add unknown field (espressif#48) * v0.1.4 * Added a custom Debug Adapter * fix old configs remove build before debug * removed outdated extension.test.ts * fix debug adapter unit test * removed repeated options * removed redundant requirements.txt * made `Upload testing.results.log` always executable * add adapter python reqs checking Co-authored-by: Soumesh Banerjee <soumeshbanerjee@live.com> Co-authored-by: Andrey Gramakov <mail@agramakov.me> Fix/da merge (espressif#4) * read Cmakelists file for project name (VSC-248) (espressif#43) read build project_description json file for project name * Feature/localization kv val (VSC-226) (VSC-246) (espressif#41) * add gulp i18n validation and src missing key log * rm unused i18n field, add unknown field (espressif#48) * v0.1.4 * Added a custom Debug Adapter * fix old configs remove build before debug * fix debug adapter unit test * DA python pkgs check (espressif#3) * read Cmakelists file for project name (VSC-248) (espressif#43) read build project_description json file for project name * Feature/localization kv val (VSC-226) (VSC-246) (espressif#41) * add gulp i18n validation and src missing key log * rm unused i18n field, add unknown field (espressif#48) * v0.1.4 * Added a custom Debug Adapter * fix old configs remove build before debug * removed outdated extension.test.ts * fix debug adapter unit test * removed repeated options * removed redundant requirements.txt * made `Upload testing.results.log` always executable * add adapter python reqs checking Co-authored-by: Soumesh Banerjee <soumeshbanerjee@live.com> Co-authored-by: Andrey Gramakov <mail@agramakov.me> * fix merge issues * log adapter output Co-authored-by: Soumesh Banerjee <soumeshbanerjee@live.com> Co-authored-by: Andrey Gramakov <mail@agramakov.me> An dr/feature/debug adapter (espressif#5) Fix Espressif master merge conflicts debug_backend package: removed everything but pygdbmi from the Pipfile update lock fix debug init prettier ignore py files
brianignacio5
added a commit
that referenced
this pull request
Mar 26, 2020
* Added a custom Debug Adapter * fix old configs remove build before debug * fix debug adapter unit test * DA python pkgs check (#3) * read Cmakelists file for project name (VSC-248) (#43) read build project_description json file for project name * Feature/localization kv val (VSC-226) (VSC-246) (#41) * add gulp i18n validation and src missing key log * rm unused i18n field, add unknown field (#48) * v0.1.4 * Added a custom Debug Adapter * fix old configs remove build before debug * removed outdated extension.test.ts * fix debug adapter unit test * removed repeated options * removed redundant requirements.txt * made `Upload testing.results.log` always executable * add adapter python reqs checking Co-authored-by: Soumesh Banerjee <soumeshbanerjee@live.com> Co-authored-by: Andrey Gramakov <mail@agramakov.me> * Fix/da merge (#4) * read Cmakelists file for project name (VSC-248) (#43) read build project_description json file for project name * Feature/localization kv val (VSC-226) (VSC-246) (#41) * add gulp i18n validation and src missing key log * rm unused i18n field, add unknown field (#48) * v0.1.4 * Added a custom Debug Adapter * fix old configs remove build before debug * fix debug adapter unit test * DA python pkgs check (#3) * read Cmakelists file for project name (VSC-248) (#43) read build project_description json file for project name * Feature/localization kv val (VSC-226) (VSC-246) (#41) * add gulp i18n validation and src missing key log * rm unused i18n field, add unknown field (#48) * v0.1.4 * Added a custom Debug Adapter * fix old configs remove build before debug * removed outdated extension.test.ts * fix debug adapter unit test * removed repeated options * removed redundant requirements.txt * made `Upload testing.results.log` always executable * add adapter python reqs checking Co-authored-by: Soumesh Banerjee <soumeshbanerjee@live.com> Co-authored-by: Andrey Gramakov <mail@agramakov.me> * fix merge issues * log adapter output Co-authored-by: Soumesh Banerjee <soumeshbanerjee@live.com> Co-authored-by: Andrey Gramakov <mail@agramakov.me> * An dr/feature/debug adapter (#5) Fix Espressif master merge conflicts * debug_backend package: removed everything but pygdbmi from the Pipfile * Fix/da conflict (#6) * read Cmakelists file for project name (VSC-248) (#43) read build project_description json file for project name * Feature/localization kv val (VSC-226) (VSC-246) (#41) * add gulp i18n validation and src missing key log * rm unused i18n field, add unknown field (#48) * v0.1.4 Co-authored-by: Soumesh Banerjee <soumeshbanerjee@live.com> * Run prettier * yarn audit fix Co-authored-by: brian@espressif.com <brian@espressif.com> Co-authored-by: Brian A. Ignacio <brianignacio5@gmail.com> Co-authored-by: Soumesh Banerjee <soumeshbanerjee@live.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add gulp task that run on vscode:prepublish (part of the
gulp build
command) to validate that all**.i18n.json
localization file followEXTENSION_DIR/schema.i18n.json
schema by making sure that:All keys for a localization file specified in the schema are defined. Otherwise throw error in gulp task.
If any key is defined in a localization file but not in the schema show a log message in the gulp task.
When using the extension, add log when a key is referenced without being defined in the schema.