Skip to content

Commit 1635525

Browse files
committed
Updated docs
1 parent ee2e110 commit 1635525

2 files changed

Lines changed: 18 additions & 17 deletions

File tree

README.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[![Version](https://vsmarketplacebadge.apphb.com/version/appliedengdesign.vscode-gcode-syntax.svg)](https://marketplace.visualstudio.com/items?itemName=appliedengdesign.vscode-gcode-syntax)
22
[![Installs](https://vsmarketplacebadge.apphb.com/installs-short/appliedengdesign.vscode-gcode-syntax.svg)](https://marketplace.visualstudio.com/items?itemName=appliedengdesign.vscode-gcode-syntax)
33
[![Rating](https://vsmarketplacebadge.apphb.com/rating/appliedengdesign.vscode-gcode-syntax.svg)](https://marketplace.visualstudio.com/items?itemName=appliedengdesign.vscode-gcode-syntax)
4+
![CodeQL](https://github.com/appliedengdesign/vscode-gcode-syntax/actions/workflows/codeql-analysis.yml/badge.svg)
45

56
[![GitHub Issues](https://badgen.net/github/open-issues/appliedengdesign/vscode-gcode-syntax)](https://github.com/appliedengdesign/vscode-gcode-syntax/issues)
67
![Github Stars](https://badgen.net/github/stars/appliedengdesign/vscode-gcode-syntax)
@@ -68,22 +69,22 @@ Tree view is enabled by default and can be access from the G icon on the activit
6869

6970
G-Code Syntax is customizable and provides many configuration settings to allow the personalization of almost all features.
7071

71-
| Name | Description |
72-
| ------------------------------------- | ------------------------------------------------------------------------------------------- |
73-
| `gcode.general.machineType` | **( Not Currently Active )** |
74-
| | |
75-
| `gcode.general.statusBars.enabled` | Enable or Disable the G-Code status bars |
76-
| | |
77-
| `gcode.general.statusbars.alignment` | Choose the alignment of the status bars (Left is default) |
78-
| | |
79-
| `gcode.general.units` | Choose the units for the file. Options are Auto, Inch or Metric |
80-
| | |
81-
| `gcode.navTree.autoRefresh` | Tree auto-refreshes as changes are made to the g-code. ( Disabled by default ) |
82-
| | |
83-
| `gcode.stats.enabled` | Enable the statistics view. ( Disabled by default ) |
84-
| | |
85-
| `gcode.stats.autoRefresh` | Auto-refresh the stats view when changes are made to the g-code. (Disabled by default) |
86-
| | |
72+
| Name | Description |
73+
| ------------------------------------ | -------------------------------------------------------------------------------------- |
74+
| `gcode.general.machineType` | **( Not Currently Active )** |
75+
| | |
76+
| `gcode.general.statusBars.enabled` | Enable or Disable the G-Code status bars |
77+
| | |
78+
| `gcode.general.statusbars.alignment` | Choose the alignment of the status bars (Left is default) |
79+
| | |
80+
| `gcode.general.units` | Choose the units for the file. Options are Auto, Inch or Metric |
81+
| | |
82+
| `gcode.navTree.autoRefresh` | Tree auto-refreshes as changes are made to the g-code. ( Disabled by default ) |
83+
| | |
84+
| `gcode.stats.enabled` | Enable the statistics view. ( Disabled by default ) |
85+
| | |
86+
| `gcode.stats.autoRefresh` | Auto-refresh the stats view when changes are made to the g-code. (Disabled by default) |
87+
| | |
8788

8889
![Settings Screenshot](https://github.com/appliedengdesign/vscode-gcode-syntax/blob/master/images/settings-screenshot.png?raw=true)
8990

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Our team takes security bugs in our extension very seriously. We appreciate your
44

55
We try to keep all of the dependencies updated whenever possible.
66

7-
Because this is a plugin to VSCode, to report a security issue or vulnerability, please verify that the issue is with our plugin and if so, submit an [issue](https://github.com/appliedengdesign/vscode-gcode-syntax/issues), otherwise, submit an issue with the [VSCode project](https://github.com/microsoft/vscode).
7+
Because this is a plugin to VSCode, to report a security issue or vulnerability, please verify that the issue is with our plugin and if so, submit an [issue](https://github.com/appliedengdesign/vscode-gcode-syntax/issues), otherwise, submit an issue with the [VSCode project](https://github.com/microsoft/vscode).

0 commit comments

Comments
 (0)