From 99366642f686a443370b66646669d2a5423e92d2 Mon Sep 17 00:00:00 2001 From: Fanit Kolchina Date: Fri, 20 Dec 2024 18:35:36 -0500 Subject: [PATCH] Add meta and correct icon Signed-off-by: Fanit Kolchina --- _posts/2024-12-17-vscode-osd-setup.markdown | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/_posts/2024-12-17-vscode-osd-setup.markdown b/_posts/2024-12-17-vscode-osd-setup.markdown index a7620884a..b45ea7098 100644 --- a/_posts/2024-12-17-vscode-osd-setup.markdown +++ b/_posts/2024-12-17-vscode-osd-setup.markdown @@ -7,8 +7,8 @@ authors: date: 2024-12-17 categories: - technical-post -meta_keywords: opensearch dashboards development, vs code, jest -meta_description: Learn how to setup OpenSearch Dashboards with VS Code +meta_keywords: OpenSearch Dashboards, VS Code, development tools, Jest integration, ESLint, multi-root workspaces, unit testing, OSD codebase +meta_description: Boost OpenSearch Dashboards development with VS Code. Learn to set up efficient workflows for testing, linting, and debugging. Enhance productivity using Jest, ESLint, and multi-root workspaces. excerpt: OpenSearch Dashboards can be a challenge to set up. This blog post shows you how to use VS Code with OpenSearch Dashboards to make development easier. --- @@ -56,9 +56,10 @@ Here are a few Jest features: The first line will use the custom `jest.js` OSD script to load the custom `config.js` file and pass any arguments directly to `jest`. The second line prevents the test runner from running every test on file save, which helps to save computing resources. -After performing these steps, you should see the following **Test Explorer** (🧪) icon in the **Extensions** sidebar. -Select this icon to view all detected test files. + +After performing these steps, you should see the **Test Explorer** ({::nomarkdown}flask icon{:/}) icon in the **Extensions** sidebar. Select this icon to view all detected test files. + ## Configuring Prettier and ESLint integration