From caddd352fd275b395cecc2da629a79f0124049ce Mon Sep 17 00:00:00 2001 From: Miklos Magyari <77051417+MiklosMagyari@users.noreply.github.com> Date: Thu, 4 Jul 2024 11:33:37 +0200 Subject: [PATCH] Add note for developers about extension conflicts --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d938841..9a216f8 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,7 @@ Since CodeChecker-related paths vary greatly between systems, the following sett | CodeChecker > Executor > Run on save
(default: `on`) | Controls auto-run of CodeChecker on saving a file. | ## Development +_Note_: If you have already installed this extension from Marketplace, uninstall it first to prevent conflicts with your own build. This extension uses Node.js (v12+) and Yarn (v2+). Recommended VS Code extensions are [ESLint] and [TypeScript+Webpack Problem Matcher]