Proxy Settings

Setup below env variables on system to use proxy :EMB_PROXY_HOSTEMB_PROXY_PORT EMB_PROXY_USERNAME EMB_PROXY_PASSWORD Or HTTP_PROXYHTTPS_PROXY To exclude from proxy please set below environment variable: no_proxy or NO_PROXY To exclude multiple servers from proxy use ‘|’ or ‘,’ seperator in no proxy with double quote.for e.g- no_proxy=“http://localhost:3000|http://3.72.41.7:3128” or no_proxy=“http://localhost:3000,http://3.72.41.7:3128”

0
Read More

Install Jshint

Note: Jshint (Optional – Only if you are enabling in Embold server) Execute command from cmd/terminal – npm install -g jshint@2.9.5 –save-dev # or yarn add jshint@2.9.5 –dev

0
Read More

Proxy Settings

We have added a proxy setting in the VSCode extension.Add the following environment variables if you are using any custom proxy settings. 1.EMB_PROXY_HOSTE.g. 192.168.1.127 2.EMB_PROXY_PORTE.g. 3128 3.EMB_PROXY_USERNAME (Optional)4.EMB_PROXY_PASSWORD (Optional)

0
Read More

Install Cppcheck

You have to install cppcheck (Version 2..4.1) manually on your machine. Installation on Windows Go to ‘https://sourceforge.net/projects/cppcheck/files/cppcheck/2.4/cppcheck-2.4.1-x64-Setup.msi/download‘. Open downloaded .msi file. Install Cppcheck. Check version on cmd: cppcheck –version. Installation on Linux Execute commands on the terminal: git clone –branch 2.4.x https://github.com/danmar/cppcheck.git /cppcheck mkdir /cppcheck/build cd /cppcheck/build cmake .. cmake…

0
Read More

Analysis of output

After scan completion, analysis results will be displayed on the “PROBLEMS” view. Show Description option is available on a quick fix. For metric violation – a quick fix will redirect to the documentation page. For Design Issue – It will show a new tab for insights with an animated progress…

0
Read More