diff --git a/.gitignore b/.gitignore index 5ca20fdbe..3d3468ce5 100644 --- a/.gitignore +++ b/.gitignore @@ -17,13 +17,6 @@ node_modules .settings/ *.sublime-workspace -# IDE - VSCode -.vscode/* -!.vscode/settings.json -!.vscode/tasks.json -!.vscode/launch.json -!.vscode/extensions.json - # misc /.sass-cache /connect.lock diff --git a/_regroup/.vscode/i18n-ally-custom-framework.yml b/.vscode/i18n-ally-custom-framework.yml similarity index 100% rename from _regroup/.vscode/i18n-ally-custom-framework.yml rename to .vscode/i18n-ally-custom-framework.yml diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..48c8b94ac --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +{ + "i18n-ally.localesPaths": [ + "apps/server/src/assets/translations", + "apps/client/src/translations" + ] +} \ No newline at end of file diff --git a/_regroup/.vscode/i18n-ally-reviews.yml b/_regroup/.vscode/i18n-ally-reviews.yml deleted file mode 100644 index 83c9c9b0f..000000000 --- a/_regroup/.vscode/i18n-ally-reviews.yml +++ /dev/null @@ -1,20 +0,0 @@ -# Review comments generated by i18n-ally. Please commit this file. - -reviews: - help.inPageSearch: - description: >- - Describes the shortcut which triggers a search within the current - page/note only - add_label.to_value: - locales: - fr: - comments: - - user: - name: Potjoe-97 - email: giann@LAPTOPT490-GF - id: QXec0JUoxfGmMlpch-B1S - comment: '' - suggestion: vers la valeur - type: request_change - time: '2024-10-15T16:57:06.188Z' - resolved: true