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
| Workspace Management | View a comprehensive list of available workspaces for logged-in users. |
18
18
| Run Overview | Access a list of all runs, with the ability to filter runs specific to a workspace. |
19
19
| Run triggering | Preview, Apply, or Destroy infrastructure in the selected workspace and review changes right in the VS Code. |
@@ -41,8 +41,10 @@ If your environment requires using an HTTP proxy to connect to external services
41
41
- If the extension needs to use the proxy for specific API calls, ensure it respects the global proxy settings in VS Code. You can also configure proxy settings directly in the extension by setting the following in your `settings.json`:
42
42
43
43
```json
44
-
"http.proxy": "http://<proxy-url>:<port>",
45
-
"http.proxyStrictSSL": false
44
+
{
45
+
"http.proxy": "http://<proxy-url>:<port>",
46
+
"http.proxyStrictSSL": false
47
+
}
46
48
```
47
49
48
50
5.**Restart VS Code**:
@@ -90,7 +92,7 @@ If you want to install dependencies and build the extension locally, follow thes
0 commit comments