The {ProductFullName} Visual Studio Code extension consists of an analyzer RPC binary that runs an analysis.
When you install the {ProductShortName} Visual Studio Code extension, the extension downloads the analyzer RPC binary of the latest version from the Red Hat Developer portal.
In a restricted network environment where the {ProductShortName} extension cannot access the link to download the analyzer RPC binary, you can download the binary in your system and configure its path in the Visual Studio Code extension.
-
You installed the Java Development Kit (JDK). {ProductShortName} supports the following JDKs:
-
Oracle JDK 17 or later
-
Eclipse Temurin™ JDK 17 or later
-
OpenJDK 17 or later
-
-
You have 8 GB of RAM available.
-
For macOS installation, you have the value of
maxprocset to2048or greater.
-
Download the {ProductShortName} {ProductVersion} analyzer RPC from Red Hat Developer portal to your system.
-
Access the {ProductShortName} extension settings in either of the following ways:
-
Click
Extensions > MTA Extension for VSCode > Settings. -
Type
Preferences: Open User Settings (JSON)in the Command Palette to open thesettings.jsonfile.
-
-
Configure the analyzer RPC binary path for the extension in one of the following ways:
-
Enter the analyzer RPC binary path in the
Analyzer Pathfield in the {ProductShortName} extension settings. -
Configure the path to the local analyzer RPC binary in the
mta-vscode-extension.analyzerPathfield in thesettings.jsonfile. -
Type
{ProductShortName}: Override Analyzer Binaryin the Command Palette to select the analyzer binary in your system.
-
-
Reload the Visual Studio Code window by typing
Developer: Reload Windowin the Command Palette. -
Open the extension analysis view by typing
MTA: Open Analysis Viewin the Command Palette. -
Click Start to use the analyzer RPC binary to perform an analysis.