Skip to content

Commit 6ced345

Browse files
committed
fixed readme
1 parent 7bd9225 commit 6ced345

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Please Note: This extension is currently in its early stages of development. Whi
1313
## Features
1414

1515
| Feature | Description |
16-
| -------------------- | ------------------------------------------------------------------------------------------------------------ |
16+
|----------------------|--------------------------------------------------------------------------------------------------------------|
1717
| Workspace Management | View a comprehensive list of available workspaces for logged-in users. |
1818
| Run Overview | Access a list of all runs, with the ability to filter runs specific to a workspace. |
1919
| 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
4141
- 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`:
4242

4343
```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+
}
4648
```
4749

4850
5. **Restart VS Code**:
@@ -90,7 +92,7 @@ If you want to install dependencies and build the extension locally, follow thes
9092
## Usage
9193

9294
| Command | How to? |
93-
| ----------------- | ---------------------------------------------------------------------------------------- |
95+
|-------------------|------------------------------------------------------------------------------------------|
9496
| Login | After installing, you can log in to your Scalr account through the extension. |
9597
| View Workspaces | Click on the Scalr icon in the sidebar to view your available workspaces. |
9698
| Run Management | Select a workspace to see all associated runs or access the list of all runs. |

0 commit comments

Comments
 (0)