Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit 1866efc

Browse files
committed
Merge branch 'master' of github.com:dragos/dragos-vscode-scala
2 parents 93cfa5f + 7544052 commit 1866efc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,13 @@ You should use `sbt publishLocal` which publishes the server under `~/.ivy2/loca
5757
## Running
5858

5959
You can open code inside the `scala/` directory and use `F5` to debug the extension. This picks up the changes in the server (make sure you published it locally using `sbt publishLocal`!) and allows quick iteration.
60+
61+
## Settings
62+
63+
If VSCode is running behind a proxy add the following standard VSCode proxy settings (File -> Preferences -> Settings):
64+
65+
{
66+
"http.proxy": "http://host:port/"
67+
}
68+
69+
This setting is translated as Coursier's vm arguments: -Dhttp.proxyHost=host -Dhttps.proxyHost=host -Dhttp.proxyPort=port -Dhttps.proxyPort=port.

0 commit comments

Comments
 (0)