You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 8, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -57,3 +57,13 @@ You should use `sbt publishLocal` which publishes the server under `~/.ivy2/loca
57
57
## Running
58
58
59
59
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