Skip to content

Commit da3c6a9

Browse files
committed
docs: static proxy configration clarification
Signed-off-by: Chao Wang <[email protected]>
1 parent 2f4d4cb commit da3c6a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ according to your preferences.
148148
vulnerabilities.
149149

150150
- **Proxy Configuration** :
151-
<br >From IntelliJ IDEA Appearance & Behavior > System Settings > HTTP Proxy, you can configure a proxy for all HTTP requests made by the plugin. This is useful when your environment requires going through a proxy to access external services. For example:`http://proxy.example.com:8080`
151+
<br >From IntelliJ IDEA Appearance & Behavior > System Settings > HTTP Proxy, you can configure a static proxy for all HTTP requests made by the plugin. This is useful when your environment requires going through a proxy to access external services. For example:`http://proxy.example.com:8080`
152152

153153
## Features
154154

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@
394394
<p>Added support for Gradle manifest files.</p>
395395
<p>Added support for Yarn.</p>
396396
<p>Added support for PNPM.</p>
397-
<p>Added support for Proxy setting.</p>
397+
<p>Added support for Proxy setting(Static Proxy Configuration).</p>
398398
<p>Enable using the Maven Wrapper.</p>
399399
<p>No restart needed after installation.</p>
400400
<p>Require a lock file to be present in order to analyze package.json files.</p>

0 commit comments

Comments
 (0)