Skip to content

Commit

Permalink
docs: add checkOnType to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
doinkythederp authored Jul 19, 2022
1 parent 3f71911 commit 7989bd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ This extension contributes the following settings:
- `nasm.reportWarnings`: If disabled, warnings will be supressed.
- `nasm.extraFlags`: Extra flags (for example, `-w+all`) that will be appended when running `nasm` when validating assembly files
- `nasm.nasmPath`: The name or path of the nasm executable (e.g. `/opt/homebrew/bin/nasm`, `/usr/local/bin/nasm`)
- `nasm.checkOnType`: If enabled, validates assembly files as you type rather than after saving.bb

0 comments on commit 7989bd8

Please sign in to comment.